BuildPipelineSummary¶
-
class
oci.devops.models.
BuildPipelineSummary
(**kwargs)¶ Bases:
object
Summary of the build pipeline.
Methods
__init__
(**kwargs)Initializes a new BuildPipelineSummary object with values from keyword arguments. Attributes
build_pipeline_parameters
Gets the build_pipeline_parameters of this BuildPipelineSummary. compartment_id
[Required] Gets the compartment_id of this BuildPipelineSummary. defined_tags
Gets the defined_tags of this BuildPipelineSummary. description
Gets the description of this BuildPipelineSummary. display_name
Gets the display_name of this BuildPipelineSummary. freeform_tags
Gets the freeform_tags of this BuildPipelineSummary. id
[Required] Gets the id of this BuildPipelineSummary. lifecycle_details
Gets the lifecycle_details of this BuildPipelineSummary. lifecycle_state
Gets the lifecycle_state of this BuildPipelineSummary. project_id
[Required] Gets the project_id of this BuildPipelineSummary. system_tags
Gets the system_tags of this BuildPipelineSummary. time_created
Gets the time_created of this BuildPipelineSummary. time_updated
Gets the time_updated of this BuildPipelineSummary. -
__init__
(**kwargs)¶ Initializes a new BuildPipelineSummary 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 BuildPipelineSummary.
- description (str) – The value to assign to the description property of this BuildPipelineSummary.
- display_name (str) – The value to assign to the display_name property of this BuildPipelineSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this BuildPipelineSummary.
- project_id (str) – The value to assign to the project_id property of this BuildPipelineSummary.
- time_created (datetime) – The value to assign to the time_created property of this BuildPipelineSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this BuildPipelineSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this BuildPipelineSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this BuildPipelineSummary.
- build_pipeline_parameters (oci.devops.models.BuildPipelineParameterCollection) – The value to assign to the build_pipeline_parameters property of this BuildPipelineSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this BuildPipelineSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this BuildPipelineSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this BuildPipelineSummary.
-
build_pipeline_parameters
¶ Gets the build_pipeline_parameters of this BuildPipelineSummary.
Returns: The build_pipeline_parameters of this BuildPipelineSummary. Return type: oci.devops.models.BuildPipelineParameterCollection
-
compartment_id
¶ [Required] Gets the compartment_id of this BuildPipelineSummary. The OCID of the compartment where the build pipeline is created.
Returns: The compartment_id of this BuildPipelineSummary. Return type: str
Gets the defined_tags of this BuildPipelineSummary. 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 BuildPipelineSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this BuildPipelineSummary. Optional description about the build pipeline.
Returns: The description of this BuildPipelineSummary. Return type: str
-
display_name
¶ Gets the display_name of this BuildPipelineSummary. Build pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
Returns: The display_name of this BuildPipelineSummary. Return type: str
Gets the freeform_tags of this BuildPipelineSummary. 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 BuildPipelineSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this BuildPipelineSummary. Unique identifier that is immutable on creation.
Returns: The id of this BuildPipelineSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this BuildPipelineSummary. A detailed message describing the current state. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this BuildPipelineSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this BuildPipelineSummary. The current state of the build pipeline.
Returns: The lifecycle_state of this BuildPipelineSummary. Return type: str
-
project_id
¶ [Required] Gets the project_id of this BuildPipelineSummary. The OCID of the DevOps project.
Returns: The project_id of this BuildPipelineSummary. Return type: str
Gets the system_tags of this BuildPipelineSummary. 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 BuildPipelineSummary. Return type: dict(str, dict(str, object))
-