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 declared as SignedPushConfigModifier and TypeFieldDescription(package private) final SignedPushConfigReceivePack.ReceiveConfig.signedPushprivate SignedPushConfigReceivePack.signedPushConfigFields in org.eclipse.jgit.transport with type parameters of type SignedPushConfigModifier and TypeFieldDescriptionstatic final Config.SectionParser<SignedPushConfig>SignedPushConfig.KEYKey forConfig.get(SectionParser).Methods in org.eclipse.jgit.transport with parameters of type SignedPushConfigModifier and TypeMethodDescriptionvoidReceivePack.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.