Package jenkins.tasks

Class SimpleBuildWrapper

All Implemented Interfaces:
ExtensionPoint, Describable<BuildWrapper>

public abstract class SimpleBuildWrapper extends BuildWrapper
A generalization of BuildWrapper that, like SimpleBuildStep, may be called at various points within a build.

Such a build wrapper would typically be written according to make few assumptions about how it is being used. Some hints about this refactoring:

Since:
1.599