public class ProjectDecorator<P extends Project<P,B>,B extends Build<P,B>> extends JobDecorator<P,B>
Publisher instances,
the list of BuildWrapper instances,
and things specified in the more generic JobDecorator.| Constructor and Description |
|---|
ProjectDecorator() |
| Modifier and Type | Method and Description |
|---|---|
List<BuildWrapper> |
buildWrappers(List<BuildWrapper> wrappers)
This method is an extension point whereby a
ProjectDecorator can filter or enhance the set of
BuildWrapper to be used by the job. |
List<Publisher> |
publishers(List<Publisher> publishers)
This method is an extension point whereby a
ProjectDecorator can filter or enhance the set of
Publisher to be used by the job. |
jobProperties, project@NonNull public List<Publisher> publishers(@NonNull List<Publisher> publishers)
ProjectDecorator can filter or enhance the set of
Publisher to be used by the job.@NonNull public List<BuildWrapper> buildWrappers(@NonNull List<BuildWrapper> wrappers)
ProjectDecorator can filter or enhance the set of
BuildWrapper to be used by the job.wrappers - the proposed BuildWrappers.BuildWrappers.Copyright © 2016–2019. All rights reserved.