public class ProjectDecorator<P extends hudson.model.Project<P,B>,B extends hudson.model.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<hudson.tasks.BuildWrapper> |
buildWrappers(List<hudson.tasks.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<hudson.tasks.Publisher> |
publishers(List<hudson.tasks.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<hudson.tasks.Publisher> publishers(@NonNull List<hudson.tasks.Publisher> publishers)
ProjectDecorator
can filter or enhance the set of
Publisher
to be used by the job.publishers
- the proposed Publisher
s.Publisher
s.@NonNull public List<hudson.tasks.BuildWrapper> buildWrappers(@NonNull List<hudson.tasks.BuildWrapper> wrappers)
ProjectDecorator
can filter or enhance the set of
BuildWrapper
to be used by the job.wrappers
- the proposed BuildWrapper
s.BuildWrapper
s.Copyright © 2016–2017. All rights reserved.