Uses of Class
org.eclipse.jgit.api.errors.NoMessageException
Packages that use NoMessageException
-
Uses of NoMessageException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw NoMessageExceptionModifier and TypeMethodDescriptionCherryPickCommand.call()
CommitCommand.call()
MergeCommand.call()
RevertCommand.call()
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.private RebaseResult
RebaseCommand.cherryPickCommit
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitFlattening
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitPreservingMerges
(RevCommit commitToPick) private void
CommitCommand.processOptions
(RepositoryState state, RevWalk rw) Sets default values for not explicitly specified options.