Skip to content
Docs Try Aspire
Docs Try

PipelineEditor

Handle
📦 Aspire.Hosting v13.4.0
interface PipelineEditor {
steps(): PipelineStep[];
stepsByTag(tag: string): PipelineStep[];
}

Methods

method steps
Gets all configured pipeline steps.
steps(): PipelineStep[]
PipelineStep[]
Gets all pipeline steps that have the specified tag.
stepsByTag(tag: string): PipelineStep[]
tag string
PipelineStep[]