Uses of Class
org.eclipse.jgit.transport.PushCertificate
Packages that use PushCertificate
Package
Description
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Uses of PushCertificate in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as PushCertificateModifier and TypeFieldDescriptionprivate PushCertificate
BatchRefUpdate.pushCert
Push certificate associated with this update.private PushCertificate
RefUpdate.pushCert
Push certificate associated with this update.Methods in org.eclipse.jgit.lib that return PushCertificateModifier and TypeMethodDescriptionprotected PushCertificate
BatchRefUpdate.getPushCertificate()
Set the push certificate associated with this update.protected PushCertificate
RefUpdate.getPushCertificate()
Set the push certificate associated with this update.Methods in org.eclipse.jgit.lib with parameters of type PushCertificateModifier and TypeMethodDescriptionvoid
BatchRefUpdate.setPushCertificate
(PushCertificate cert) Set a push certificate associated with this update.void
RefUpdate.setPushCertificate
(PushCertificate cert) Set a push certificate associated with this update. -
Uses of PushCertificate in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PushCertificateModifier and TypeFieldDescription(package private) PushCertificate
PushCertificateStore.PendingCert.cert
private PushCertificate
ReceivePack.pushCert
Methods in org.eclipse.jgit.transport that return PushCertificateModifier and TypeMethodDescriptionPushCertificateParser.build()
Build the parsed certificatestatic 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.Get latest push certificate associated with a ref.ReceivePack.getPushCertificate()
Get the push certificate used to verify the pusher's identity.Parse a push certificate from a reader.(package private) static PushCertificate
Methods in org.eclipse.jgit.transport that return types with arguments of type PushCertificateModifier and TypeMethodDescriptionIterate over all push certificates affecting a ref.Methods in org.eclipse.jgit.transport with parameters of type PushCertificateModifier and TypeMethodDescriptionprivate static String
PushCertificateStore.buildMessage
(PushCertificate cert) private static boolean
PushCertificate.commandsEqual
(PushCertificate c1, PushCertificate c2) 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
ReceivePack.setPushCertificate
(PushCertificate cert) Set the push certificate used to verify the pusher's identity.Constructors in org.eclipse.jgit.transport with parameters of type PushCertificateModifierConstructorDescription(package private)
PendingCert
(PushCertificate cert, PersonIdent ident, Collection<ReceiveCommand> matching)