Package org.eclipse.jgit.transport
Class PushCertificateStore.PendingCert
java.lang.Object
org.eclipse.jgit.transport.PushCertificateStore.PendingCert
- Enclosing class:
- PushCertificateStore
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) PushCertificate
(package private) PersonIdent
(package private) Collection<ReceiveCommand>
-
Constructor Summary
ConstructorsConstructorDescriptionPendingCert
(PushCertificate cert, PersonIdent ident, Collection<ReceiveCommand> matching) -
Method Summary
-
Field Details
-
cert
PushCertificate cert -
ident
PersonIdent ident -
matching
Collection<ReceiveCommand> matching
-
-
Constructor Details
-
PendingCert
PendingCert(PushCertificate cert, PersonIdent ident, Collection<ReceiveCommand> matching)
-