Optional
props: ManualApprovalStepPropsOptional
Readonly
commentThe comment associated with this manual approval
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.
Return the steps this step depends on, based on the FileSets it requires
The primary FileSet produced by this Step
Not all steps produce an output FileSet--if they do
you can substitute the Step
object for the FileSet
object.
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.
Protected
configureProtected
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.
Return a string representation of this Step
Static
sequence
A manual approval step
If this step is added to a Pipeline, the Pipeline will be paused waiting for a human to resume it
Only engines that support pausing the deployment will support this step type.