Uses of Enum Class
org.jenkinsci.plugins.gitclient.MergeCommand.GitPluginFastForwardMode
Packages that use MergeCommand.GitPluginFastForwardMode
-
Uses of MergeCommand.GitPluginFastForwardMode in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return MergeCommand.GitPluginFastForwardModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MergeCommand.GitPluginFastForwardMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jenkinsci.plugins.gitclient with parameters of type MergeCommand.GitPluginFastForwardModeModifier and TypeMethodDescriptionMergeCommand.setGitPluginFastForwardMode
(MergeCommand.GitPluginFastForwardMode fastForwardMode) Select the fast forward mode.