Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PipelineCustomScriptStepDetails

The type of step where user provides the step artifact to be executed on an execution engine managed by the pipelines service.

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 isArtifactUploaded

isArtifactUploaded: undefined | false | true

A flag to indicate whether the artifact has been uploaded for this step or not.

Optional stepConfigurationDetails

stepConfigurationDetails: model.PipelineStepConfigurationDetails

Optional stepInfrastructureConfigurationDetails

stepInfrastructureConfigurationDetails: model.PipelineInfrastructureConfigurationDetails

stepName

stepName: string

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

Const stepType

stepType: string = "CUSTOM_SCRIPT"

Methods

getDeserializedJsonObj

getJsonObj