Uses of Class
org.eclipse.jgit.api.errors.WrongRepositoryStateException

Packages that use WrongRepositoryStateException
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
 CherryPickResult CherryPickCommand.call()
          Executes the Cherry-Pick command with all the options and parameters collected by the setter methods (e.g.
 MergeResult MergeCommand.call()
          Executes the Merge command with all the options and parameters collected by the setter methods (e.g.
 RevCommit CommitCommand.call()
          Executes the commit command with all the options and parameters collected by the setter methods of this class.
 Collection<String> SubmoduleUpdateCommand.call()
          Execute the SubmoduleUpdateCommand command.
 ObjectId StashApplyCommand.call()
          Apply the changes in a stashed commit to the working directory and index
 RebaseResult RebaseCommand.call()
          Executes the Rebase command with all the options and parameters collected by the setter methods of this class.
 RevCommit RevertCommand.call()
          Executes the revert command with all the options and parameters collected by the setter methods (e.g.
 PullResult PullCommand.call()
          Executes the Pull command with all the options and parameters collected by the setter methods (e.g.
 



Copyright © 2013. All Rights Reserved.