BuildRunSummary¶
-
class
oci.devops.models.
BuildRunSummary
(**kwargs)¶ Bases:
object
Summary of the build run.
Methods
__init__
(**kwargs)Initializes a new BuildRunSummary object with values from keyword arguments. Attributes
build_pipeline_id
[Required] Gets the build_pipeline_id of this BuildRunSummary. build_run_arguments
Gets the build_run_arguments of this BuildRunSummary. build_run_progress_summary
Gets the build_run_progress_summary of this BuildRunSummary. build_run_source
[Required] Gets the build_run_source of this BuildRunSummary. commit_info
Gets the commit_info of this BuildRunSummary. compartment_id
[Required] Gets the compartment_id of this BuildRunSummary. defined_tags
Gets the defined_tags of this BuildRunSummary. display_name
Gets the display_name of this BuildRunSummary. freeform_tags
Gets the freeform_tags of this BuildRunSummary. id
[Required] Gets the id of this BuildRunSummary. lifecycle_details
Gets the lifecycle_details of this BuildRunSummary. lifecycle_state
Gets the lifecycle_state of this BuildRunSummary. project_id
[Required] Gets the project_id of this BuildRunSummary. system_tags
Gets the system_tags of this BuildRunSummary. time_created
Gets the time_created of this BuildRunSummary. time_updated
Gets the time_updated of this BuildRunSummary. -
__init__
(**kwargs)¶ Initializes a new BuildRunSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this BuildRunSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this BuildRunSummary.
- display_name (str) – The value to assign to the display_name property of this BuildRunSummary.
- project_id (str) – The value to assign to the project_id property of this BuildRunSummary.
- build_pipeline_id (str) – The value to assign to the build_pipeline_id property of this BuildRunSummary.
- build_run_source (oci.devops.models.BuildRunSource) – The value to assign to the build_run_source property of this BuildRunSummary.
- build_run_arguments (oci.devops.models.BuildRunArgumentCollection) – The value to assign to the build_run_arguments property of this BuildRunSummary.
- build_run_progress_summary (oci.devops.models.BuildRunProgressSummary) – The value to assign to the build_run_progress_summary property of this BuildRunSummary.
- time_created (datetime) – The value to assign to the time_created property of this BuildRunSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this BuildRunSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this BuildRunSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this BuildRunSummary.
- commit_info (oci.devops.models.CommitInfo) – The value to assign to the commit_info property of this BuildRunSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this BuildRunSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this BuildRunSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this BuildRunSummary.
-
build_pipeline_id
¶ [Required] Gets the build_pipeline_id of this BuildRunSummary. The OCID of the build pipeline.
Returns: The build_pipeline_id of this BuildRunSummary. Return type: str
-
build_run_arguments
¶ Gets the build_run_arguments of this BuildRunSummary.
Returns: The build_run_arguments of this BuildRunSummary. Return type: oci.devops.models.BuildRunArgumentCollection
-
build_run_progress_summary
¶ Gets the build_run_progress_summary of this BuildRunSummary.
Returns: The build_run_progress_summary of this BuildRunSummary. Return type: oci.devops.models.BuildRunProgressSummary
-
build_run_source
¶ [Required] Gets the build_run_source of this BuildRunSummary.
Returns: The build_run_source of this BuildRunSummary. Return type: oci.devops.models.BuildRunSource
-
commit_info
¶ Gets the commit_info of this BuildRunSummary.
Returns: The commit_info of this BuildRunSummary. Return type: oci.devops.models.CommitInfo
-
compartment_id
¶ [Required] Gets the compartment_id of this BuildRunSummary. The OCID of the compartment where the build is running.
Returns: The compartment_id of this BuildRunSummary. Return type: str
Gets the defined_tags of this BuildRunSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this BuildRunSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this BuildRunSummary. Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
Returns: The display_name of this BuildRunSummary. Return type: str
Gets the freeform_tags of this BuildRunSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this BuildRunSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this BuildRunSummary. Unique identifier that is immutable on creation.
Returns: The id of this BuildRunSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this BuildRunSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this BuildRunSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this BuildRunSummary. The current state of the build run.
Returns: The lifecycle_state of this BuildRunSummary. Return type: str
-
project_id
¶ [Required] Gets the project_id of this BuildRunSummary. The OCID of the DevOps project.
Returns: The project_id of this BuildRunSummary. Return type: str
Gets the system_tags of this BuildRunSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this BuildRunSummary. Return type: dict(str, dict(str, object))
-