Uses of Class
org.eclipse.jgit.transport.PushCertificateStore.PendingCert
-
Packages that use PushCertificateStore.PendingCert Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of PushCertificateStore.PendingCert in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type PushCertificateStore.PendingCert Modifier and Type Field Description private java.util.List<PushCertificateStore.PendingCert>
PushCertificateStore. pending
Methods in org.eclipse.jgit.transport with parameters of type PushCertificateStore.PendingCert Modifier and Type Method Description private 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.PendingCert Modifier and Type Method Description private static void
PushCertificateStore. sortPending(java.util.List<PushCertificateStore.PendingCert> pending)
-