Skip to content
DocsTry Aspire
DocsTry

PipelineConfigurationContext

Handle
📦 Aspire.Hosting v13.4.0
interface PipelineConfigurationContext {
readonly log: LogFacade;
readonly pipeline: PipelineEditor;
getSteps(tag: string): PipelineStep[];
}

Properties

propertylogLogFacadeget
Gets the logger facade used by polyglot callbacks.
propertypipelinePipelineEditorget
Gets the pipeline editor used by polyglot callbacks.

Methods

methodgetSteps
Gets all pipeline steps with the specified tag.
getSteps(tag: string): PipelineStep[]
tagstring
PipelineStep[]