Uses of Class
org.eclipse.jgit.api.errors.RefNotFoundException
Packages that use RefNotFoundException
-
Uses of RefNotFoundException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw RefNotFoundExceptionModifier and TypeMethodDescriptionCheckoutCommand.call()
CreateBranchCommand.call()
PullCommand.call()
RebaseCommand.call()
RenameBranchCommand.call()
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.protected CheckoutCommand
CheckoutCommand.checkoutPaths()
Checkout paths into index and working directory, firing aWorkingTreeModifiedEvent
if the working tree was modified.private Collection
<Ref> ListBranchCommand.filterRefs
(Collection<Ref> refs) private Ref
RebaseCommand.getHead()
private ObjectId
CheckoutCommand.getStartPointObjectId()
private ObjectId
CreateBranchCommand.getStartPointObjectId()
Sets the commit to be described.RebaseCommand.setUpstream
(String upstream) Set the upstream branchprivate void
RebaseCommand.writeRewrittenHashes()