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) |
| Modifier and Type | Method and Description |
|---|---|
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() |
@DataBoundConstructor public UserMergeOptions(String mergeRemote, String mergeTarget, String mergeStrategy)
public UserMergeOptions(PreBuildMergeOptions pbm)
public String getMergeRemote()
public String getMergeTarget()
public String getRef()
public org.jenkinsci.plugins.gitclient.MergeCommand.Strategy getMergeStrategy()
Copyright © 2004-2013. All Rights Reserved.