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