Uses of Class
org.eclipse.jgit.transport.SignedPushConfig
Packages that use SignedPushConfig
-
Uses of SignedPushConfig in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type SignedPushConfigModifier and TypeFieldDescriptionstatic final Config.SectionParser<SignedPushConfig>
SignedPushConfig.KEY
Key forConfig.get(SectionParser)
.Methods in org.eclipse.jgit.transport with parameters of type SignedPushConfigModifier and TypeMethodDescriptionvoid
ReceivePack.setSignedPushConfig
(SignedPushConfig cfg) Set the configuration for push certificate verification.Constructors in org.eclipse.jgit.transport with parameters of type SignedPushConfigModifierConstructorDescriptionPushCertificateParser
(Repository into, SignedPushConfig cfg) Constructor for PushCertificateParser.