Uses of Class
dev.vality.damsel.domain_config.RepositorySrv.PullRange_result
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of RepositorySrv.PullRange_result in dev.vality.damsel.domain_config
Methods in dev.vality.damsel.domain_config that return RepositorySrv.PullRange_result Modifier and Type Method Description RepositorySrv.PullRange_resultRepositorySrv.PullRange_result. deepCopy()RepositorySrv.PullRange_resultRepositorySrv.Processor.PullRange. getResult(I iface, RepositorySrv.PullRange_args args)RepositorySrv.PullRange_resultRepositorySrv.PullRange_result. setEx1(VersionNotFound ex1)RepositorySrv.PullRange_resultRepositorySrv.PullRange_result. setSuccess(Map<Long,Commit> success)Methods in dev.vality.damsel.domain_config with parameters of type RepositorySrv.PullRange_result Modifier and Type Method Description intRepositorySrv.PullRange_result. compareTo(RepositorySrv.PullRange_result other)booleanRepositorySrv.PullRange_result. equals(RepositorySrv.PullRange_result that)Constructors in dev.vality.damsel.domain_config with parameters of type RepositorySrv.PullRange_result Constructor Description PullRange_result(RepositorySrv.PullRange_result other)Performs a deep copy on other.