| Package | Description |
|---|---|
| org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
| org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
| Modifier and Type | Method and Description |
|---|---|
CommitCommand |
CommitCommand.setGpgSigner(GpgSigner signer)
Sets the
GpgSigner to use if the commit is to be signed. |
| Modifier and Type | Method and Description |
|---|---|
static GpgSigner |
GpgSigner.getDefault()
Get the default signer, or
null. |
| Modifier and Type | Method and Description |
|---|---|
static void |
GpgSigner.setDefault(GpgSigner signer)
Set the default signer.
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.