Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
org.eclipse.jgit.internal.storage.reftree |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Command> |
Proposal.commands |
Modifier and Type | Method and 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 and Description |
---|
Proposal(java.util.List<Command> cmds)
Create a proposal from a list of Ketch commands.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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 from
RefTreeUpdate or RefTreeRename . |