Uses of Interface
org.jenkinsci.plugins.gitclient.MergeCommand
Packages that use MergeCommand
-
Uses of MergeCommand in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return MergeCommandModifier and TypeMethodDescriptionCliGitAPIImpl.merge()merge.GitClient.merge()merge.JGitAPIImpl.merge()merge.MergeCommand.setCommit(boolean commit) setCommitMergeCommand.setGitPluginFastForwardMode(MergeCommand.GitPluginFastForwardMode fastForwardMode) Select the fast forward mode.MergeCommand.setMessage(String message) setMessage.MergeCommand.setRevisionToMerge(org.eclipse.jgit.lib.ObjectId rev) Sets the revision to include in the merge.MergeCommand.setSquash(boolean squash) setSquashMergeCommand.setStrategy(MergeCommand.Strategy strategy) setStrategy.