Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PipelineStepDetails

A step in the pipeline.

Properties

Optional dependsOn

dependsOn: Array<string>

The list of step names this current step depends on for execution.

Optional description

description: undefined | string

A short description of the step.

Optional stepConfigurationDetails

stepConfigurationDetails: model.PipelineStepConfigurationDetails

stepName

stepName: string

The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.

stepType

stepType: string

Functions

getDeserializedJsonObj

getJsonObj