PipelineConfigurationContext.getSteps
Method
interface PipelineConfigurationContext { // ... omitted for brevity getSteps(tag: string): PipelineStep[];}Signature
method
getSteps Gets all pipeline steps with the specified tag.
getSteps(tag: string): PipelineStep[]Parameters
tag string Returns
PipelineStep[] Defined on
This method is defined on the following type: