Share via


PipelineStepExtensions Class

Definition

Extension methods for pipeline steps.

public static class PipelineStepExtensions
type PipelineStepExtensions = class
Public Module PipelineStepExtensions
Inheritance
PipelineStepExtensions

Methods

DependsOn(IEnumerable<PipelineStep>, IEnumerable<PipelineStep>)

Makes each step in the collection depend on the specified target steps.

DependsOn(IEnumerable<PipelineStep>, PipelineStep)

Makes each step in the collection depend on the specified step.

DependsOn(IEnumerable<PipelineStep>, String)

Makes each step in the collection depend on the specified step name.

RequiredBy(IEnumerable<PipelineStep>, IEnumerable<PipelineStep>)

Specifies that each step in the collection is required by the specified target steps.

RequiredBy(IEnumerable<PipelineStep>, PipelineStep)

Specifies that each step in the collection is required by the specified step.

RequiredBy(IEnumerable<PipelineStep>, String)

Specifies that each step in the collection is required by the specified step name.

Applies to