Skip to content
Docs Try Aspire
Docs Try

PipelineConfigurationContext

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