Uses of Class
org.eclipse.jgit.api.errors.WrongRepositoryStateException
-
Packages that use WrongRepositoryStateException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of WrongRepositoryStateException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw WrongRepositoryStateException Modifier and Type Method Description CherryPickResultCherryPickCommand. call()RevCommitCommitCommand. call()MergeResultMergeCommand. call()PullResultPullCommand. call()RebaseResultRebaseCommand. call()RevCommitRevertCommand. call()ObjectIdStashApplyCommand. call()java.util.Collection<java.lang.String>SubmoduleUpdateCommand. call()Execute the SubmoduleUpdateCommand command.private voidRebaseCommand. checkParameters()private RebaseResultRebaseCommand. cherryPickCommit(RevCommit commitToPick)private RebaseResultRebaseCommand. cherryPickCommitFlattening(RevCommit commitToPick)private RebaseResultRebaseCommand. cherryPickCommitPreservingMerges(RevCommit commitToPick)
-