Uses of Class
org.jenkinsci.plugins.gitclient.MergeCommand.GitPluginFastForwardMode
-
Packages that use MergeCommand.GitPluginFastForwardMode Package Description org.jenkinsci.plugins.gitclient Core classes for git client API implementation. -
-
Uses of MergeCommand.GitPluginFastForwardMode in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return MergeCommand.GitPluginFastForwardMode Modifier and Type Method Description static MergeCommand.GitPluginFastForwardModeMergeCommand.GitPluginFastForwardMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MergeCommand.GitPluginFastForwardMode[]MergeCommand.GitPluginFastForwardMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jenkinsci.plugins.gitclient with parameters of type MergeCommand.GitPluginFastForwardMode Modifier and Type Method Description MergeCommandMergeCommand. setGitPluginFastForwardMode(MergeCommand.GitPluginFastForwardMode fastForwardMode)Select the fast forward mode.
-