public class BranchSource extends hudson.model.AbstractDescribableImpl<BranchSource>
| Modifier and Type | Class and Description |
|---|---|
static class |
BranchSource.DescriptorImpl
Our
Descriptor. |
| Constructor and Description |
|---|
BranchSource(jenkins.scm.api.SCMSource source) |
BranchSource(jenkins.scm.api.SCMSource source,
BranchPropertyStrategy strategy)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
jenkins.scm.api.SCMSource |
getSource()
Gets the source.
|
BranchPropertyStrategy |
getStrategy()
Gets the strategy.
|
void |
setStrategy(BranchPropertyStrategy strategy) |
@DataBoundConstructor public BranchSource(jenkins.scm.api.SCMSource source)
@Deprecated public BranchSource(jenkins.scm.api.SCMSource source, BranchPropertyStrategy strategy)
public jenkins.scm.api.SCMSource getSource()
public BranchPropertyStrategy getStrategy()
@DataBoundSetter public void setStrategy(BranchPropertyStrategy strategy)
Copyright © 2016. All rights reserved.