BuildRunProgress

class oci.devops.models.BuildRunProgress(**kwargs)

Bases: object

The run progress details of a build run.

Methods

__init__(**kwargs) Initializes a new BuildRunProgress object with values from keyword arguments.

Attributes

build_pipeline_stage_run_progress Gets the build_pipeline_stage_run_progress of this BuildRunProgress.
time_finished Gets the time_finished of this BuildRunProgress.
time_started Gets the time_started of this BuildRunProgress.
__init__(**kwargs)

Initializes a new BuildRunProgress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • time_started (datetime) – The value to assign to the time_started property of this BuildRunProgress.
  • time_finished (datetime) – The value to assign to the time_finished property of this BuildRunProgress.
  • build_pipeline_stage_run_progress (dict(str, BuildPipelineStageRunProgress)) – The value to assign to the build_pipeline_stage_run_progress property of this BuildRunProgress.
build_pipeline_stage_run_progress

Gets the build_pipeline_stage_run_progress of this BuildRunProgress. Map of stage OCIDs to build pipeline stage run progress model.

Returns:The build_pipeline_stage_run_progress of this BuildRunProgress.
Return type:dict(str, BuildPipelineStageRunProgress)
time_finished

Gets the time_finished of this BuildRunProgress. The time the build run finished. Format defined by RFC3339.

Returns:The time_finished of this BuildRunProgress.
Return type:datetime
time_started

Gets the time_started of this BuildRunProgress. The time the build run started. Format defined by RFC3339.

Returns:The time_started of this BuildRunProgress.
Return type:datetime