Uses of Class
org.eclipse.jgit.internal.ketch.ReplicaPushRequest
-
Packages that use ReplicaPushRequest Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of ReplicaPushRequest in org.eclipse.jgit.internal.ketch
Methods in org.eclipse.jgit.internal.ketch with parameters of type ReplicaPushRequest Modifier and Type Method Description protected abstract void
KetchReplica. startPush(ReplicaPushRequest req)
Begin executing a single push.protected void
LocalReplica. startPush(ReplicaPushRequest req)
Begin executing a single push.protected void
RemoteGitReplica. startPush(ReplicaPushRequest req)
Begin executing a single push.
-