Uses of Class
org.eclipse.jgit.api.errors.CheckoutConflictException
-
Packages that use CheckoutConflictException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.api.errors Exceptions thrown by API commands. -
-
Uses of CheckoutConflictException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw CheckoutConflictException Modifier and Type Method Description Ref
CheckoutCommand. call()
MergeResult
MergeCommand. call()
Ref
ResetCommand. call()
java.util.Collection<java.lang.String>
SubmoduleUpdateCommand. call()
Execute the SubmoduleUpdateCommand command.private boolean
RebaseCommand. checkoutCommit(java.lang.String headName, RevCommit commit)
private void
RebaseCommand. resetSoftToParent()
-
Uses of CheckoutConflictException in org.eclipse.jgit.api.errors
Methods in org.eclipse.jgit.api.errors that return CheckoutConflictException Modifier and Type Method Description (package private) CheckoutConflictException
CheckoutConflictException. addConflictingPath(java.lang.String conflictingPath)
Adds a new conflicting path
-