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