Package | Description |
---|---|
org.eclipse.jgit.internal.ketch |
Distributed consensus system built on Git.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
PushCertificate |
Proposal.getPushCertificate() |
Modifier and Type | Method and Description |
---|---|
Proposal |
Proposal.setPushCertificate(PushCertificate cert)
Set the push certificate signing the references.
|
Modifier and Type | Method and Description |
---|---|
protected PushCertificate |
RefUpdate.getPushCertificate()
Set the push certificate associated with this update.
|
protected PushCertificate |
BatchRefUpdate.getPushCertificate()
Set the push certificate associated with this update.
|
Modifier and Type | Method and Description |
---|---|
void |
RefUpdate.setPushCertificate(PushCertificate cert)
Set a push certificate associated with this update.
|
void |
BatchRefUpdate.setPushCertificate(PushCertificate cert)
Set a push certificate associated with this update.
|
Modifier and Type | Method and Description |
---|---|
PushCertificate |
PushCertificateParser.build() |
static PushCertificate |
PushCertificateParser.fromReader(Reader r)
Parse a push certificate from a reader.
|
static PushCertificate |
PushCertificateParser.fromString(String str)
Parse a push certificate from a string.
|
PushCertificate |
PushCertificateStore.get(String refName)
Get latest push certificate associated with a ref.
|
PushCertificate |
BaseReceivePack.getPushCertificate()
Get the push certificate used to verify the pusher's identity.
|
PushCertificate |
PushCertificateParser.parse(Reader r)
Parse a push certificate from a reader.
|
Modifier and Type | Method and Description |
---|---|
Iterable<PushCertificate> |
PushCertificateStore.getAll(String refName)
Iterate over all push certificates affecting a ref.
|
Modifier and Type | Method and Description |
---|---|
void |
PushCertificateStore.put(PushCertificate cert,
PersonIdent ident)
Put a certificate to be saved to the store.
|
void |
PushCertificateStore.put(PushCertificate cert,
PersonIdent ident,
Collection<ReceiveCommand> matching)
Put a certificate to be saved to the store, matching a set of commands.
|
void |
BaseReceivePack.setPushCertificate(PushCertificate cert)
Set the push certificate used to verify the pusher's identity.
|
Copyright © 2016 Eclipse JGit Project. All rights reserved.