Uses of Class
org.eclipse.jgit.api.errors.RefAlreadyExistsException
-
Packages that use RefAlreadyExistsException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of RefAlreadyExistsException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw RefAlreadyExistsException Modifier and Type Method Description Ref
CheckoutCommand. call()
Ref
CreateBranchCommand. call()
Ref
RenameBranchCommand. call()
private void
CheckoutCommand. processOptions()
private Ref
TagCommand. updateTagRef(ObjectId tagId, RevWalk revWalk, java.lang.String tagName, java.lang.String newTagToString)
-