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 RefCheckoutCommand. call()RefCreateBranchCommand. call()PullResultPullCommand. call()RebaseResultRebaseCommand. call()RefRenameBranchCommand. call()java.util.Collection<java.lang.String>SubmoduleUpdateCommand. call()Execute the SubmoduleUpdateCommand command.protected CheckoutCommandCheckoutCommand. checkoutPaths()Checkout paths into index and working directory, firing aWorkingTreeModifiedEventif the working tree was modified.private java.util.Collection<Ref>ListBranchCommand. filterRefs(java.util.Collection<Ref> refs)private RefRebaseCommand. getHead()private ObjectIdCheckoutCommand. getStartPointObjectId()private ObjectIdCreateBranchCommand. getStartPointObjectId()DescribeCommandDescribeCommand. setTarget(java.lang.String rev)Sets the commit to be described.RebaseCommandRebaseCommand. setUpstream(java.lang.String upstream)Set the upstream branchprivate voidRebaseCommand. writeRewrittenHashes()
-