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