Uses of Class
org.eclipse.jgit.api.errors.RejectCommitException
-
Packages that use RejectCommitException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of RejectCommitException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw RejectCommitException Modifier and Type Method Description RevCommit
CommitCommand. call()
Executes thecommit
command with all the options and parameters collected by the setter methods of this class.
-