PipelineConfigurationContext
Handle
interface PipelineConfigurationContext { readonly log: LogFacade; readonly pipeline: PipelineEditor; getSteps(tag: string): PipelineStep[];}Properties
property
log LogFacade get Gets the callback logger facade
property
pipeline PipelineEditor get Gets the pipeline editor
Methods
method
getSteps Gets pipeline steps with the specified tag
getSteps(tag: string): PipelineStep[]Parameters
tag string Returns
PipelineStep[]