Uses of Class
org.eclipse.jgit.api.errors.RefNotFoundException
-
Packages that use RefNotFoundException Package Description 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 Modifier and Type Method Description Ref
CheckoutCommand. call()
Ref
CreateBranchCommand. call()
PullResult
PullCommand. call()
Executes thePull
command with all the options and parameters collected by the setter methods (e.g.RebaseResult
RebaseCommand. call()
Executes theRebase
command with all the options and parameters collected by the setter methods of this class.Ref
RenameBranchCommand. call()
Collection<String>
SubmoduleUpdateCommand. call()
Execute the SubmoduleUpdateCommand command.protected CheckoutCommand
CheckoutCommand. checkoutPaths()
Checkout paths into index and working directoryDescribeCommand
DescribeCommand. setTarget(String rev)
Sets the commit to be described.RebaseCommand
RebaseCommand. setUpstream(String upstream)
-