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.pending
Methods in org.eclipse.jgit.transport with parameters of type PushCertificateStore.PendingCertModifier and TypeMethodDescriptionprivate ObjectId
PushCertificateStore.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 void
PushCertificateStore.sortPending
(List<PushCertificateStore.PendingCert> pending)