Abstract
Readonly
dependencyThe list of FileSets consumed by this Step
Readonly
idIdentifier for this step
Readonly
isWhether or not this is a Source step
What it means to be a Source step depends on the engine.
StackOutputReferences this step consumes.
Protected
addAdd an additional FileSet to the set of file sets required by this step
This will lead to a dependency on the producer of that file set.
Add a dependency on another step.
Protected
configureConfigure the given FileSet as the primary output of this step
Protected
discoverCrawl the given structure for references to StepOutputs and add dependencies on all steps found
Should be called in the constructor of subclasses based on what the user passes in as construction properties. The format of the structure passed in here does not have to correspond exactly to what gets rendered into the engine, it just needs to contain the same data.
Static
sequence
A generic Step which can be added to a Pipeline
Steps can be used to add Sources, Build Actions and Validations to your pipeline.
This class is abstract. See specific subclasses of Step for useful steps to add to your Pipeline