Uses of Class
org.eclipse.jgit.internal.ketch.RemoteGitReplica.RemoteCommand
-
Packages that use RemoteGitReplica.RemoteCommand Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of RemoteGitReplica.RemoteCommand in org.eclipse.jgit.internal.ketch
Methods in org.eclipse.jgit.internal.ketch that return types with arguments of type RemoteGitReplica.RemoteCommand Modifier and Type Method Description private static java.util.List<RemoteGitReplica.RemoteCommand>
RemoteGitReplica. asUpdateList(java.util.Collection<ReceiveCommand> cmds)
Method parameters in org.eclipse.jgit.internal.ketch with type arguments of type RemoteGitReplica.RemoteCommand Modifier and Type Method Description private static void
RemoteGitReplica. abort(java.util.List<RemoteGitReplica.RemoteCommand> cmds)
private static java.util.Map<java.lang.String,RemoteRefUpdate>
RemoteGitReplica. asUpdateMap(java.util.List<RemoteGitReplica.RemoteCommand> cmds)
private void
RemoteGitReplica. prepareCommit(Repository git, java.util.List<RemoteGitReplica.RemoteCommand> cmds, java.util.Map<java.lang.String,RemoteRefUpdate> updates, java.util.Map<java.lang.String,Ref> adv, ObjectId committed)
private java.util.Map<java.lang.String,Ref>
RemoteGitReplica. push(Repository git, Transport transport, java.util.List<RemoteGitReplica.RemoteCommand> cmds)
-