Uses of Class
org.eclipse.jgit.transport.PushCertificateStore.PendingCert
Packages that use PushCertificateStore.PendingCert
-
Uses of PushCertificateStore.PendingCert in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type PushCertificateStore.PendingCertModifier and TypeFieldDescriptionprivate final List<PushCertificateStore.PendingCert>PushCertificateStore.pendingMethods in org.eclipse.jgit.transport with parameters of type PushCertificateStore.PendingCertModifier and TypeMethodDescriptionprivate ObjectIdPushCertificateStore.saveCert(ObjectInserter inserter, DirCache dc, PushCertificateStore.PendingCert pc, ObjectId curr) Method parameters in org.eclipse.jgit.transport with type arguments of type PushCertificateStore.PendingCertModifier and TypeMethodDescriptionprivate static voidPushCertificateStore.sortPending(List<PushCertificateStore.PendingCert> pending)