Uses of Class
org.eclipse.jgit.lib.GpgConfig.GpgFormat
-
Packages that use GpgConfig.GpgFormat Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of GpgConfig.GpgFormat in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return GpgConfig.GpgFormat Modifier and Type Method Description GpgConfig.GpgFormatGpgConfig. getKeyFormat()Retrieves the config value of gpg.format.static GpgConfig.GpgFormatGpgConfig.GpgFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static GpgConfig.GpgFormat[]GpgConfig.GpgFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jgit.lib with parameters of type GpgConfig.GpgFormat Constructor Description GpgConfig(String keySpec, GpgConfig.GpgFormat format, String gpgProgram)Create aGpgConfigwith the given parameters and defaulttruefor signing commits andfalsefor tags.
-