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

Packages that use NoHeadException
org.eclipse.jgit.api   
 

Uses of NoHeadException in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that throw NoHeadException
 CherryPickResult CherryPickCommand.call()
          Executes the Cherry-Pick command with all the options and parameters collected by the setter methods (e.g.
 Iterable<RevCommit> LogCommand.call()
          Executes the Log 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.
 PullResult PullCommand.call()
          Executes the Pull command with all the options and parameters collected by the setter methods (e.g.
 RebaseResult RebaseCommand.call()
          Executes the Rebase command with all the options and parameters collected by the setter methods of this class.
 Ref TagCommand.call()
          Executes the tag command with all the options and parameters collected by the setter methods of this class.
 Collection<String> SubmoduleUpdateCommand.call()
          Execute the SubmoduleUpdateCommand command.
 Collection<String> SubmoduleUpdateCommand.call()
          Execute the SubmoduleUpdateCommand command.
 RevCommit CommitCommand.call()
          Executes the commit command with all the options and parameters collected by the setter methods of this class.
 



Copyright © 2012. All Rights Reserved.