Uses of Class
org.eclipse.jgit.api.errors.NoMessageException
-
Packages that use NoMessageException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of NoMessageException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw NoMessageException Modifier and Type Method Description CherryPickResult
CherryPickCommand. call()
RevCommit
CommitCommand. call()
MergeResult
MergeCommand. call()
RevCommit
RevertCommand. call()
java.util.Collection<java.lang.String>
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.
-