PipelineStep.dependsOn
Method
interface PipelineStep { // ... omitted for brevity dependsOn(stepName: string): void;}Signature
method
dependsOn Adds a dependency on another step by name
dependsOn(stepName: string): voidParameters
stepName string Defined on
This method is defined on the following type: