Class ParentFolderBuildWrapper

All Implemented Interfaces:
ExtensionPoint, Describable<BuildWrapper>

public class ParentFolderBuildWrapper extends SimpleBuildWrapper
A build wrapper which exposes the properties defined for a folder to all the jobs contained inside it. Freestyle jobs must opt into using this build wrapper and pipeline jobs can access these properties by using the custom withFolderProperties step.
Author:
Miguelangel Fernandez Mendoza