public class UserMergeOptions extends hudson.model.AbstractDescribableImpl<UserMergeOptions> implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
UserMergeOptions.DescriptorImpl |
| Constructor and Description |
|---|
UserMergeOptions(PreBuildMergeOptions pbm) |
UserMergeOptions(String mergeRemote,
String mergeTarget,
String mergeStrategy)
Deprecated.
use the new constructor that allows to set the fast forward mode.
|
UserMergeOptions(String mergeRemote,
String mergeTarget,
String mergeStrategy,
org.jenkinsci.plugins.gitclient.MergeCommand.GitPluginFastForwardMode fastForwardMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
org.jenkinsci.plugins.gitclient.MergeCommand.GitPluginFastForwardMode |
getFastForwardMode() |
String |
getMergeRemote()
Repository name, such as 'origin' that designates which repository the branch lives in.
|
org.jenkinsci.plugins.gitclient.MergeCommand.Strategy |
getMergeStrategy() |
String |
getMergeTarget()
Ref in the repository that becomes the input of the merge.
|
String |
getRef() |
int |
hashCode() |
String |
toString() |
@Deprecated public UserMergeOptions(String mergeRemote, String mergeTarget, String mergeStrategy)
@DataBoundConstructor public UserMergeOptions(String mergeRemote, String mergeTarget, String mergeStrategy, org.jenkinsci.plugins.gitclient.MergeCommand.GitPluginFastForwardMode fastForwardMode)
public UserMergeOptions(PreBuildMergeOptions pbm)
public String getMergeRemote()
public String getMergeTarget()
public String getRef()
public org.jenkinsci.plugins.gitclient.MergeCommand.Strategy getMergeStrategy()
public org.jenkinsci.plugins.gitclient.MergeCommand.GitPluginFastForwardMode getFastForwardMode()
Copyright © 2004-2015. All Rights Reserved.