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). -
-
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()
Collection<String>
SubmoduleUpdateCommand. call()
Execute the SubmoduleUpdateCommand command.
-