Uses of Class
org.eclipse.jgit.internal.ketch.Proposal
-
Packages that use Proposal Package Description org.eclipse.jgit.internal.ketch Distributed consensus system built on Git. -
-
Uses of Proposal in org.eclipse.jgit.internal.ketch
Methods in org.eclipse.jgit.internal.ketch that return Proposal Modifier and Type Method 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.Methods in org.eclipse.jgit.internal.ketch with parameters of type Proposal Modifier and Type Method Description void
KetchLeader. queueProposal(Proposal proposal)
Queue a reference update proposal for consensus.
-