Uses of Class
org.eclipse.jgit.lib.CommitBuilder
Packages that use CommitBuilder
-
Uses of CommitBuilder in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type CommitBuilderModifier and TypeMethodDescriptionfinal ObjectId
ObjectInserter.insert
(CommitBuilder builder) Insert a single commit into the store, returning its unique name.abstract void
GpgSigner.sign
(CommitBuilder commit, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider) Signs the specified commit.