addStep
Method
interface IDistributedApplicationPipeline { // ... omitted for brevity addStep( stepName: string, callback: callback, dependsOn?: string[], requiredBy?: string[]): void;}Signature
method
addStepAdds an application-level pipeline step in a TypeScript-friendly shape.
addStep(stepName: string, callback: (arg: PipelineStepContext) => Promise<void>, dependsOn?: string[], requiredBy?: string[]): voidParameters
stepNamestringcallback(arg: PipelineStepContext) => Promise<void>dependsOnstring[]optionalrequiredBystring[]optionalApplies to
This method applies to the following types: