Uses of Enum Class
org.eclipse.jgit.lib.GpgConfig.GpgFormat
Packages that use GpgConfig.GpgFormat
-
Uses of GpgConfig.GpgFormat in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as GpgConfig.GpgFormatMethods in org.eclipse.jgit.lib that return GpgConfig.GpgFormatModifier and TypeMethodDescriptionGpgConfig.getKeyFormat()
Retrieves the config value of gpg.format.static GpgConfig.GpgFormat
Returns the enum constant of this class with the specified name.static GpgConfig.GpgFormat[]
GpgConfig.GpgFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jgit.lib with parameters of type GpgConfig.GpgFormatModifierConstructorDescriptionGpgConfig
(String keySpec, GpgConfig.GpgFormat format, String gpgProgram) Create aGpgConfig
with the given parameters and defaulttrue
for signing commits andfalse
for tags.