Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
Modifier and Type | Method and Description |
---|---|
Proposal |
Proposal.addProposedTimestamp(ProposedTimestamp ts)
Request the proposal to wait for the affected timestamps to resolve.
|
Proposal |
Proposal.setAuthor(PersonIdent who)
Set the author for the proposal.
|
Proposal |
Proposal.setMessage(String msg)
Set the message to appear in the commit log of the RefTree.
|
Proposal |
Proposal.setPushCertificate(PushCertificate cert)
Set the push certificate signing the references.
|
Modifier and Type | Method and Description |
---|---|
void |
KetchLeader.queueProposal(Proposal proposal)
Queue a reference update proposal for consensus.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.