Java org.eclipse.jgit.api CommitCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api CommitCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api CommitCommand.

The text is from its open source code.

Method

RevCommitcall()

Executes the commit command with all the options and parameters collected by the setter methods of this class.

PersonIdentgetAuthor()
Get the author
CommitCommandsetAll(boolean all)
If set to true the Commit command automatically stages files that have been modified and deleted, but new files not known by the repository are not affected.
CommitCommandsetAmend(boolean amend)
Used to amend the tip of the current branch.
CommitCommandsetAuthor(PersonIdent author)
Sets the author for this commit .
CommitCommandsetAuthor(String name, String email)
Sets the author for this commit .
CommitCommandsetCommitter(PersonIdent committer)
Sets the committer for this commit .
CommitCommandsetCommitter(String name, String email)
Sets the committer for this commit .
CommitCommandsetInsertChangeId(boolean insertChangeId)
If set to true a change id will be inserted into the commit message An existing change id is not replaced.
CommitCommandsetMessage(String message)
Set the commit message
CommitCommandsetOnly(String only)
Commit dedicated path only.
CommitCommandsetReflogComment(String reflogComment)
Override the message written to the reflog