PipelineStep.requiredBy
Method
interface PipelineStep { // ... omitted for brevity requiredBy(stepName: string): void;}Signature
method
requiredBySpecifies 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
stepNamestringDefined on
This method is defined on the following type: