Uses of Class
org.eclipse.jgit.api.MergeCommand
-
Packages that use MergeCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of MergeCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return MergeCommand Modifier and Type Method Description MergeCommandMergeCommand. include(String name, AnyObjectId aCommit)MergeCommandMergeCommand. include(AnyObjectId aCommit)MergeCommandMergeCommand. include(Ref aCommit)MergeCommandGit. merge()Returns a command object to execute aMergecommandMergeCommandMergeCommand. setCommit(boolean commit)Controls whether the merge command should automatically commit after a successful mergeMergeCommandMergeCommand. setFastForward(MergeCommand.FastForwardMode fastForwardMode)Sets the fast forward mode.MergeCommandMergeCommand. setMessage(String message)Set the commit message to be used for the merge commit (in case one is created)MergeCommandMergeCommand. setSquash(boolean squash)Iftrue, will prepare the next commit in working tree and index as if a real merge happened, but do not make the commit or move the HEAD.MergeCommandMergeCommand. setStrategy(MergeStrategy mergeStrategy)
-