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

Packages that use RefNotFoundException
org.eclipse.jgit.api High-level API commands (the porcelain of JGit). 
 

Uses of RefNotFoundException in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that throw RefNotFoundException
 java.util.Collection<java.lang.String> SubmoduleUpdateCommand.call()
          Execute the SubmoduleUpdateCommand command.
 Ref CheckoutCommand.call()
           
 Ref CreateBranchCommand.call()
           
 Ref RenameBranchCommand.call()
           
 RebaseResult RebaseCommand.call()
          Executes the Rebase command with all the options and parameters collected by the setter methods of this class.
 PullResult PullCommand.call()
          Executes the Pull command with all the options and parameters collected by the setter methods (e.g.
protected  CheckoutCommand CheckoutCommand.checkoutPaths()
          Checkout paths into index and working directory
 RebaseCommand RebaseCommand.setUpstream(java.lang.String upstream)
           
 



Copyright © 2013. All Rights Reserved.