Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace BuildRun

Each time you attempt to run a build pipeline you create one build run. A build can be running currently, or it can be a record of the run that happened in the past. The set of build runs constitutes a build pipeline's history.

Properties

Optional buildOutputs

buildOutputs: model.BuildOutputs

Optional buildPipelineId

buildPipelineId: undefined | string

The OCID of the build pipeline.

Optional buildRunArguments

buildRunArguments: model.BuildRunArgumentCollection

Optional buildRunProgress

buildRunProgress: model.BuildRunProgress

buildRunSource

Optional commitInfo

commitInfo: model.CommitInfo

Optional compartmentId

compartmentId: undefined | string

The OCID of the compartment where the build is running.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional displayName

displayName: undefined | string

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

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {@code {"bar-key": "value"}}

id

id: string

Unique identifier that is immutable on creation.

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

Optional lifecycleState

lifecycleState: LifecycleState

The current state of the build run.

Optional projectId

projectId: undefined | string

The OCID of the DevOps project.

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Optional timeCreated

timeCreated: Date

The time the build run was created. Format defined by RFC3339.

Optional timeUpdated

timeUpdated: Date

The time the build run was updated. Format defined by RFC3339.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: BuildRun): object

getJsonObj