Modifier and Type | Class and Description |
---|---|
class |
DefaultBranchPropertyStrategy
A very simple
BranchPropertyStrategy that just returns the same set of properties for all SCMHead
instances. |
class |
NamedExceptionsBranchPropertyStrategy
Allows named branches to get different properties from the rest.
|
Modifier and Type | Method and Description |
---|---|
BranchPropertyStrategy |
MultiBranchProject.getBranchPropertyStrategy(jenkins.scm.api.SCMSource source)
Returns the
BranchPropertyStrategy for a specific SCMSource . |
BranchPropertyStrategy |
BranchSource.getStrategy()
Gets the strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
BranchSource.setStrategy(BranchPropertyStrategy strategy) |
Constructor and Description |
---|
BranchSource(jenkins.scm.api.SCMSource source,
BranchPropertyStrategy strategy)
Deprecated.
|
Copyright © 2016–2017. All rights reserved.