public abstract class BranchPropertyStrategy extends hudson.model.AbstractDescribableImpl<BranchPropertyStrategy> implements hudson.ExtensionPoint
SCMHead.| Constructor and Description |
|---|
BranchPropertyStrategy() |
| Modifier and Type | Method and Description |
|---|---|
BranchPropertyStrategyDescriptor |
getDescriptor() |
abstract List<BranchProperty> |
getPropertiesFor(jenkins.scm.api.SCMHead head)
Returns the list of properties to be injected into the
Branch for the specified SCMHead. |
@NonNull public abstract List<BranchProperty> getPropertiesFor(jenkins.scm.api.SCMHead head)
Branch for the specified SCMHead.head - the SCMHeadpublic BranchPropertyStrategyDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<BranchPropertyStrategy>getDescriptor in class hudson.model.AbstractDescribableImpl<BranchPropertyStrategy>Copyright © 2016. All rights reserved.