Uses of Class
org.eclipse.jgit.api.errors.WrongRepositoryStateException
Packages that use WrongRepositoryStateException
-
Uses of WrongRepositoryStateException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw WrongRepositoryStateExceptionModifier and TypeMethodDescriptionCherryPickCommand.call()
CommitCommand.call()
MergeCommand.call()
PullCommand.call()
RebaseCommand.call()
RevertCommand.call()
StashApplyCommand.call()
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.private void
RebaseCommand.checkParameters()
private RebaseResult
RebaseCommand.cherryPickCommit
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitFlattening
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitPreservingMerges
(RevCommit commitToPick)