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
Methods in org.eclipse.jgit.internal.ketch that return types with arguments of type Command Modifier and Type Method Description 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(List<Command> cmds)
Create a proposal from a list of Ketch commands. -
Uses of Command in org.eclipse.jgit.internal.storage.reftree
Method parameters in org.eclipse.jgit.internal.storage.reftree with type arguments of type Command Modifier and Type Method Description static void
Command. abort(Iterable<Command> commands, String why)
Set unprocessed commands as failed due to transaction aborted.boolean
RefTree. apply(Collection<Command> cmdList)
Attempt a batch of commands against this RefTree.
-