Uses of Class
org.eclipse.jgit.transport.PushCertificate
-
Packages that use PushCertificate Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of PushCertificate in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as PushCertificate Modifier and Type Field Description private PushCertificateBatchRefUpdate. pushCertPush certificate associated with this update.private PushCertificateRefUpdate. pushCertPush certificate associated with this update.Methods in org.eclipse.jgit.lib that return PushCertificate Modifier and Type Method Description protected PushCertificateBatchRefUpdate. getPushCertificate()Set the push certificate associated with this update.protected PushCertificateRefUpdate. getPushCertificate()Set the push certificate associated with this update.Methods in org.eclipse.jgit.lib with parameters of type PushCertificate Modifier and Type Method Description voidBatchRefUpdate. setPushCertificate(PushCertificate cert)Set a push certificate associated with this update.voidRefUpdate. 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 PushCertificate Modifier and Type Field Description (package private) PushCertificatePushCertificateStore.PendingCert. certprivate PushCertificateReceivePack. pushCertMethods in org.eclipse.jgit.transport that return PushCertificate Modifier and Type Method Description PushCertificatePushCertificateParser. build()Build the parsed certificatestatic PushCertificatePushCertificateParser. fromReader(java.io.Reader r)Parse a push certificate from a reader.static PushCertificatePushCertificateParser. fromString(java.lang.String str)Parse a push certificate from a string.PushCertificatePushCertificateStore. get(java.lang.String refName)Get latest push certificate associated with a ref.PushCertificateReceivePack. getPushCertificate()Get the push certificate used to verify the pusher's identity.PushCertificatePushCertificateParser. parse(java.io.Reader r)Parse a push certificate from a reader.(package private) static PushCertificatePushCertificateStore. read(TreeWalk tw)Methods in org.eclipse.jgit.transport that return types with arguments of type PushCertificate Modifier and Type Method Description java.lang.Iterable<PushCertificate>PushCertificateStore. getAll(java.lang.String refName)Iterate over all push certificates affecting a ref.Methods in org.eclipse.jgit.transport with parameters of type PushCertificate Modifier and Type Method Description private static java.lang.StringPushCertificateStore. buildMessage(PushCertificate cert)private static booleanPushCertificate. commandsEqual(PushCertificate c1, PushCertificate c2)voidPushCertificateStore. put(PushCertificate cert, PersonIdent ident)Put a certificate to be saved to the store.voidPushCertificateStore. put(PushCertificate cert, PersonIdent ident, java.util.Collection<ReceiveCommand> matching)Put a certificate to be saved to the store, matching a set of commands.voidReceivePack. setPushCertificate(PushCertificate cert)Set the push certificate used to verify the pusher's identity.Constructors in org.eclipse.jgit.transport with parameters of type PushCertificate Constructor Description PendingCert(PushCertificate cert, PersonIdent ident, java.util.Collection<ReceiveCommand> matching)
-