Skip to content
Docs Try Aspire
Docs Try

PipelineEditor

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

Methods

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