Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
org.eclipse.jgit.internal.storage.reftree |
Modifier and Type | Method and Description |
---|---|
Collection<Command> |
Proposal.getCommands() |
Constructor and Description |
---|
Proposal(List<Command> cmds)
Create a proposal from a list of Ketch commands.
|
Modifier and Type | Method and 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.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.