Uses of Class
org.eclipse.jgit.lib.CommitBuilder
-
Packages that use CommitBuilder Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.gpg.bc.internal org.eclipse.jgit.junit org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of CommitBuilder in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return CommitBuilder Modifier and Type Method Description private CommitBuilder
StashCreateCommand. createBuilder()
-
Uses of CommitBuilder in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal with parameters of type CommitBuilder Modifier and Type Method Description void
BouncyCastleGpgSigner. sign(CommitBuilder commit, java.lang.String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider)
-
Uses of CommitBuilder in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit with parameters of type CommitBuilder Modifier and Type Method Description private void
TestRepository.CommitBuilder. insertChangeId(CommitBuilder c)
void
TestRepository. setAuthorAndCommitter(CommitBuilder c)
Set the author and committer usingTestRepository.getDate()
. -
Uses of CommitBuilder in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type CommitBuilder Modifier and Type Method 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.
-