| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBranchPropertyStrategy
A very simple
BranchPropertyStrategy that just returns the same set of properties for all SCMHead
instances. |
| 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 |
|---|---|
static hudson.DescriptorExtensionList<BranchPropertyStrategy,BranchPropertyStrategyDescriptor> |
BranchPropertyStrategyDescriptor.all()
Gets all the
BranchPropertyStrategyDescriptor instances. |
| Constructor and Description |
|---|
BranchSource(jenkins.scm.api.SCMSource source,
BranchPropertyStrategy strategy)
Stapler's constructor.
|
Copyright © 2004-2013. All Rights Reserved.