Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.junit | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.lib.internal |
Modifier and Type | Method and Description |
---|---|
private CommitBuilder |
StashCreateCommand.createBuilder() |
Modifier and Type | Method and Description |
---|---|
private void |
TestRepository.CommitBuilder.insertChangeId(CommitBuilder c) |
void |
TestRepository.setAuthorAndCommitter(CommitBuilder c)
Set the author and committer using
TestRepository.getDate() . |
Modifier and Type | Method and Description |
---|---|
ObjectId |
ObjectInserter.insert(CommitBuilder builder)
Insert a single commit into the store, returning its unique name.
|
abstract void |
GpgSigner.sign(CommitBuilder commit,
java.lang.String gpgSigningKey,
PersonIdent committer,
CredentialsProvider credentialsProvider)
Signs the specified commit.
|
Modifier and Type | Method and Description |
---|---|
void |
BouncyCastleGpgSigner.sign(CommitBuilder commit,
java.lang.String gpgSigningKey,
PersonIdent committer,
CredentialsProvider credentialsProvider) |