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 RefCheckoutCommand. call()MergeResultMergeCommand. call()RefResetCommand. call()java.util.Collection<java.lang.String>SubmoduleUpdateCommand. call()Execute the SubmoduleUpdateCommand command.private booleanRebaseCommand. checkoutCommit(java.lang.String headName, RevCommit commit)private voidRebaseCommand. 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) CheckoutConflictExceptionCheckoutConflictException. addConflictingPath(java.lang.String conflictingPath)Adds a new conflicting path
-