| Package | Description |
|---|---|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static MergeCommand.GitPluginFastForwardMode |
MergeCommand.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.
|
| Modifier and Type | Method and Description |
|---|---|
MergeCommand |
MergeCommand.setGitPluginFastForwardMode(MergeCommand.GitPluginFastForwardMode fastForwardMode)
Select the fast forward mode.
|
Copyright © 2013–2020. All rights reserved.