PipelineConfigurationContext
Handle TypeScript
interface PipelineConfigurationContext { steps: PipelineStep[]; getStepsByTag(tag: string): PipelineStep[];}Properties
property
steps PipelineStep[] get · set Gets the Steps property
Methods
method
getStepsByTag Gets pipeline steps with the specified tag
getStepsByTag(tag: string): PipelineStep[]Parameters
tag string Returns
PipelineStep[]