PipelineEditor
Handle
interface PipelineEditor { steps(): PipelineStep[]; stepsByTag(tag: string): PipelineStep[];}Methods
method
stepsByTagGets all pipeline steps that have the specified tag.
stepsByTag(tag: string): PipelineStep[]Parameters
tagstringReturns
PipelineStep[]