Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
GpgConfig.GpgFormat |
GpgConfig.getKeyFormat()
Retrieves the config value of gpg.format.
|
static GpgConfig.GpgFormat |
GpgConfig.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.
|
Constructor and Description |
---|
GpgConfig(String keySpec,
GpgConfig.GpgFormat format,
String gpgProgram)
Create a
GpgConfig with the given parameters and default
true for signing commits and false for tags. |
Copyright © 2021 Eclipse JGit Project. All rights reserved.