PipelineStep.requiredBy
Method
interface PipelineStep { // ... omitted for brevity requiredBy(stepName: string): void;}Signature
method
requiredBy Specifies that another step requires this step by name
requiredBy(stepName: string): voidParameters
stepName string Defined on
This method is defined on the following type: