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. commandsMethods 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 voidRefTree. apply(DirCacheEditor ed, Command cmd)private static voidRefTree. checkRef(DirCacheEntry ent, Command cmd)private static booleanRefTree. isValidRef(Command cmd)Method parameters in org.eclipse.jgit.internal.storage.reftree with type arguments of type Command Modifier and Type Method Description static voidCommand. abort(java.lang.Iterable<Command> commands, java.lang.String why)Set unprocessed commands as failed due to transaction aborted.booleanRefTree. apply(java.util.Collection<Command> cmdList)Attempt a batch of commands against this RefTree.private booleanRefTreeBatch. apply(java.util.List<Command> todo)private voidRefTreeBatch. commit(RevWalk rw, java.util.List<Command> todo)(package private) voidRefTreeBatch. execute(RevWalk rw, java.util.List<Command> todo)Execute an update fromRefTreeUpdateorRefTreeRename.
-