Class ProjectDecorator<P extends Project<P,​B>,​B extends Build<P,​B>>


  • public class ProjectDecorator<P extends Project<P,​B>,​B extends Build<P,​B>>
    extends JobDecorator<P,​B>
    Something that can decorate a project. Decorations can include manipulating the list of Publisher instances, the list of BuildWrapper instances, and things specified in the more generic JobDecorator.
    Since:
    0.2
    Author:
    Stephen Connolly