public abstract class BranchProperty extends hudson.model.AbstractDescribableImpl<BranchProperty>
Branch.
SCMSources can use properties to convey additional implementation/SCM specific
information that's not captured in the base Branch class.| Constructor and Description |
|---|
BranchProperty() |
| Modifier and Type | Method and Description |
|---|---|
Map<hudson.model.Descriptor<hudson.tasks.BuildWrapper>,hudson.tasks.BuildWrapper> |
configureBuildWrappers(Map<hudson.model.Descriptor<hudson.tasks.BuildWrapper>,hudson.tasks.BuildWrapper> wrappers)
This method is an extension point whereby a
BranchProperty can filter or enhance the set of
BuildWrapper to be used by the branch specific project. |
<JobT extends hudson.model.Job<?,?>> |
configureJobProperties(List<hudson.model.JobProperty<? super JobT>> properties)
This method is an extension point whereby a
BranchProperty can filter or enhance the set of
JobProperty to be used by the branch specific project. |
Map<hudson.model.Descriptor<hudson.tasks.Publisher>,hudson.tasks.Publisher> |
configurePublishers(Map<hudson.model.Descriptor<hudson.tasks.Publisher>,hudson.tasks.Publisher> publishers)
This method is an extension point whereby a
BranchProperty can filter or enhance the set of
Publisher to be used by the branch specific project. |
BranchPropertyDescriptor |
getDescriptor() |
public Map<hudson.model.Descriptor<hudson.tasks.Publisher>,hudson.tasks.Publisher> configurePublishers(Map<hudson.model.Descriptor<hudson.tasks.Publisher>,hudson.tasks.Publisher> publishers)
BranchProperty can filter or enhance the set of
Publisher to be used by the branch specific project.publishers - the proposed Publishers.Publishers.public Map<hudson.model.Descriptor<hudson.tasks.BuildWrapper>,hudson.tasks.BuildWrapper> configureBuildWrappers(Map<hudson.model.Descriptor<hudson.tasks.BuildWrapper>,hudson.tasks.BuildWrapper> wrappers)
BranchProperty can filter or enhance the set of
BuildWrapper to be used by the branch specific project.wrappers - the proposed BuildWrappers.BuildWrappers.public <JobT extends hudson.model.Job<?,?>> List<hudson.model.JobProperty<? super JobT>> configureJobProperties(List<hudson.model.JobProperty<? super JobT>> properties)
BranchProperty can filter or enhance the set of
JobProperty to be used by the branch specific project.properties - the proposed JobPropertys.JobPropertys.public BranchPropertyDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<BranchProperty>getDescriptor in class hudson.model.AbstractDescribableImpl<BranchProperty>Copyright © 2004-2013. All Rights Reserved.