Uses of Class
org.eclipse.jgit.api.errors.InvalidMergeHeadsException
-
Packages that use InvalidMergeHeadsException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of InvalidMergeHeadsException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw InvalidMergeHeadsException Modifier and Type Method Description MergeResult
MergeCommand. call()
Executes theMerge
command with all the options and parameters collected by the setter methods (e.g.java.util.Collection<java.lang.String>
SubmoduleUpdateCommand. call()
Execute the SubmoduleUpdateCommand command.
-