Package jenkins.tasks

Interface SimpleBuildStep

All Superinterfaces:
BuildStep
All Known Implementing Classes:
ArtifactArchiver, Fingerprinter

public interface SimpleBuildStep extends BuildStep
A build step (like a Builder or Publisher) which may be called at an arbitrary time during a build (or multiple times), run, and be done.

Such a build step would typically be written according to some guidelines that ensure it makes few assumptions about how it is being used:

Since:
1.577
See Also: