Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace BuildStageRunProgress

Specifies the run details for Build stage.

Properties

Optional actualBuildRunnerShape

actualBuildRunnerShape: undefined | string

Name of Build Runner shape where this Build Stage is running.

Optional actualBuildRunnerShapeConfig

actualBuildRunnerShapeConfig: model.ActualBuildRunnerShapeConfig

Optional buildPipelineStageId

buildPipelineStageId: undefined | string

The stage OCID.

Optional buildPipelineStagePredecessors

buildPipelineStagePredecessors: model.BuildPipelineStagePredecessorCollection

Const buildPipelineStageType

buildPipelineStageType: string = "BUILD"

buildSourceCollection

buildSourceCollection: BuildSourceCollection

Optional buildSpecFile

buildSpecFile: undefined | string

The path to the build specification file for this Environment. The default location if not specified is build_spec.yaml

Optional exportedVariables

exportedVariables: model.ExportedVariableCollection

image

image: Image

Image name for the Build Environment

Optional primaryBuildSource

primaryBuildSource: undefined | string

Name of the BuildSource in which the build_spec.yml file need to be located. If not specified, the 1st entry in the BuildSource collection will be chosen as Primary.

Optional privateAccessConfig

Optional stageDisplayName

stageDisplayName: undefined | string

Build Run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.

Optional stageExecutionTimeoutInSeconds

stageExecutionTimeoutInSeconds: undefined | number

Timeout for the Build Stage Execution. Value in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional status

status: Status

The current status of the stage.

Optional steps

The details about all the steps in a Build stage

Optional timeFinished

timeFinished: Date

The time the stage finished executing. Format defined by RFC3339.

Optional timeStarted

timeStarted: Date

The time the stage started executing. Format defined by RFC3339.

Methods

getDeserializedJsonObj

getJsonObj