CreateBuildRunDetails

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

Bases: object

Information about the new build run.

Methods

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

Attributes

build_pipeline_id [Required] Gets the build_pipeline_id of this CreateBuildRunDetails.
build_run_arguments Gets the build_run_arguments of this CreateBuildRunDetails.
commit_info Gets the commit_info of this CreateBuildRunDetails.
defined_tags Gets the defined_tags of this CreateBuildRunDetails.
display_name Gets the display_name of this CreateBuildRunDetails.
freeform_tags Gets the freeform_tags of this CreateBuildRunDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateBuildRunDetails.
  • build_pipeline_id (str) – The value to assign to the build_pipeline_id property of this CreateBuildRunDetails.
  • commit_info (oci.devops.models.CommitInfo) – The value to assign to the commit_info property of this CreateBuildRunDetails.
  • build_run_arguments (oci.devops.models.BuildRunArgumentCollection) – The value to assign to the build_run_arguments property of this CreateBuildRunDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateBuildRunDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateBuildRunDetails.
build_pipeline_id

[Required] Gets the build_pipeline_id of this CreateBuildRunDetails. The OCID of the build pipeline.

Returns:The build_pipeline_id of this CreateBuildRunDetails.
Return type:str
build_run_arguments

Gets the build_run_arguments of this CreateBuildRunDetails.

Returns:The build_run_arguments of this CreateBuildRunDetails.
Return type:oci.devops.models.BuildRunArgumentCollection
commit_info

Gets the commit_info of this CreateBuildRunDetails.

Returns:The commit_info of this CreateBuildRunDetails.
Return type:oci.devops.models.CommitInfo
defined_tags

Gets the defined_tags of this CreateBuildRunDetails. 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 CreateBuildRunDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this CreateBuildRunDetails. Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.

Returns:The display_name of this CreateBuildRunDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateBuildRunDetails. 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 CreateBuildRunDetails.
Return type:dict(str, str)