Uses of Class
dev.vality.damsel.domain_config.RepositorySrv.Pull_args
Packages that use RepositorySrv.Pull_args
-
Uses of RepositorySrv.Pull_args in dev.vality.damsel.domain_config
Methods in dev.vality.damsel.domain_config that return RepositorySrv.Pull_argsModifier and TypeMethodDescriptionRepositorySrv.Pull_args.deepCopy()RepositorySrv.AsyncProcessor.Pull.getEmptyArgsInstance()RepositorySrv.Processor.Pull.getEmptyArgsInstance()RepositorySrv.Pull_args.setVersion(long version) Methods in dev.vality.damsel.domain_config with parameters of type RepositorySrv.Pull_argsModifier and TypeMethodDescriptionintRepositorySrv.Pull_args.compareTo(RepositorySrv.Pull_args other) booleanRepositorySrv.Pull_args.equals(RepositorySrv.Pull_args that) RepositorySrv.Processor.Pull.getResult(I iface, RepositorySrv.Pull_args args) voidRepositorySrv.AsyncProcessor.Pull.start(I iface, RepositorySrv.Pull_args args, org.apache.thrift.async.AsyncMethodCallback<Map<Long, Commit>> resultHandler) Constructors in dev.vality.damsel.domain_config with parameters of type RepositorySrv.Pull_argsModifierConstructorDescriptionPull_args(RepositorySrv.Pull_args other) Performs a deep copy on other.