Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PipelineContainerStepDetails

The type of step where user provides the container details for 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

stepContainerConfigurationDetails

stepContainerConfigurationDetails: PipelineOcirContainerConfigurationDetails

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 = "CONTAINER"

Methods

getDeserializedJsonObj

getJsonObj