Uses of Class
org.eclipse.jgit.api.errors.CheckoutConflictException
Packages that use CheckoutConflictException
Package
Description
High-level API commands (the porcelain of JGit).
Exceptions thrown by API commands.
-
Uses of CheckoutConflictException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw CheckoutConflictExceptionModifier and TypeMethodDescriptionCheckoutCommand.call()
MergeCommand.call()
ResetCommand.call()
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.private boolean
RebaseCommand.checkoutCommit
(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 CheckoutConflictExceptionModifier and TypeMethodDescription(package private) CheckoutConflictException
CheckoutConflictException.addConflictingPath
(String conflictingPath) Adds a new conflicting path