PipelineStep.requiredBy
Method
interface PipelineStep { // ... omitted for brevity requiredBy(stepName: string): void;}Signature
method
requiredBy Specifies that this step is required by another step. This creates the inverse relationship where the other step will depend on this step.
requiredBy(stepName: string): voidParameters
stepName string Defined on
This method is defined on the following type: