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()
Executes theMerge
command with all the options and parameters collected by the setter methods (e.g.Ref
ResetCommand. call()
Executes theReset
command.java.util.Collection<java.lang.String>
SubmoduleUpdateCommand. call()
Execute the SubmoduleUpdateCommand command.
-