Uses of Class
org.eclipse.jgit.internal.storage.reftree.Command
-
Packages that use Command Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git.org.eclipse.jgit.internal.storage.reftree -
-
Uses of Command in org.eclipse.jgit.internal.ketch
Fields in org.eclipse.jgit.internal.ketch with type parameters of type Command Modifier and Type Field Description private java.util.List<Command>
Proposal. commands
Methods in org.eclipse.jgit.internal.ketch that return types with arguments of type Command Modifier and Type Method Description private static java.util.List<Command>
Proposal. asCommandList(RevWalk rw, java.util.Collection<ReceiveCommand> cmds)
java.util.Collection<Command>
Proposal. getCommands()
Get commands from this proposal.Constructor parameters in org.eclipse.jgit.internal.ketch with type arguments of type Command Constructor Description Proposal(java.util.List<Command> cmds)
Create a proposal from a list of Ketch commands. -
Uses of Command in org.eclipse.jgit.internal.storage.reftree
Methods in org.eclipse.jgit.internal.storage.reftree with parameters of type Command Modifier and Type Method Description private void
RefTree. apply(DirCacheEditor ed, Command cmd)
private static void
RefTree. checkRef(DirCacheEntry ent, Command cmd)
private static boolean
RefTree. isValidRef(Command cmd)
Method parameters in org.eclipse.jgit.internal.storage.reftree with type arguments of type Command Modifier and Type Method Description static void
Command. abort(java.lang.Iterable<Command> commands, java.lang.String why)
Set unprocessed commands as failed due to transaction aborted.boolean
RefTree. apply(java.util.Collection<Command> cmdList)
Attempt a batch of commands against this RefTree.private boolean
RefTreeBatch. apply(java.util.List<Command> todo)
private void
RefTreeBatch. commit(RevWalk rw, java.util.List<Command> todo)
(package private) void
RefTreeBatch. execute(RevWalk rw, java.util.List<Command> todo)
Execute an update fromRefTreeUpdate
orRefTreeRename
.
-