Skip to content
Docs Try Aspire
Docs Try

PipelineConfigurationContext

Handle
📦 Aspire.Hosting v13.4.0
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[]
tag string
PipelineStep[]