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 RefCheckoutCommand. call()MergeResultMergeCommand. call()Executes theMergecommand with all the options and parameters collected by the setter methods (e.g.RefResetCommand. call()Executes theResetcommand.Collection<String>SubmoduleUpdateCommand. call()Execute the SubmoduleUpdateCommand command.
-