HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/build_run_summary.cpython-39.pyc
a

���f!G�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s�eZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	ed
d��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd ��Zejd!d ��Zed"d#��Zejd$d#��Zed%d&��Zejd'd&��Zed(d)��Zejd*d)��Zed+d,��Zejd-d,��Zed.d/��Zejd0d/��Zed1d2��Zejd3d2��Zd4d5�Zd6d7�Zd8d9�Zd:S);�BuildRunSummaryz#
    Summary of the build run.
    cKs�ddddddddddddddddd	�|_d
ddd
ddddddddddddd	�|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_d|_d|_
d|_d|_d|_d|_dS)a(
        Initializes a new BuildRunSummary object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param id:
            The value to assign to the id property of this BuildRunSummary.
        :type id: str

        :param compartment_id:
            The value to assign to the compartment_id property of this BuildRunSummary.
        :type compartment_id: str

        :param display_name:
            The value to assign to the display_name property of this BuildRunSummary.
        :type display_name: str

        :param project_id:
            The value to assign to the project_id property of this BuildRunSummary.
        :type project_id: str

        :param build_pipeline_id:
            The value to assign to the build_pipeline_id property of this BuildRunSummary.
        :type build_pipeline_id: str

        :param build_run_source:
            The value to assign to the build_run_source property of this BuildRunSummary.
        :type build_run_source: oci.devops.models.BuildRunSource

        :param build_run_arguments:
            The value to assign to the build_run_arguments property of this BuildRunSummary.
        :type build_run_arguments: oci.devops.models.BuildRunArgumentCollection

        :param build_run_progress_summary:
            The value to assign to the build_run_progress_summary property of this BuildRunSummary.
        :type build_run_progress_summary: oci.devops.models.BuildRunProgressSummary

        :param time_created:
            The value to assign to the time_created property of this BuildRunSummary.
        :type time_created: datetime

        :param time_updated:
            The value to assign to the time_updated property of this BuildRunSummary.
        :type time_updated: datetime

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this BuildRunSummary.
        :type lifecycle_state: str

        :param lifecycle_details:
            The value to assign to the lifecycle_details property of this BuildRunSummary.
        :type lifecycle_details: str

        :param commit_info:
            The value to assign to the commit_info property of this BuildRunSummary.
        :type commit_info: oci.devops.models.CommitInfo

        :param freeform_tags:
            The value to assign to the freeform_tags property of this BuildRunSummary.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this BuildRunSummary.
        :type defined_tags: dict(str, dict(str, object))

        :param system_tags:
            The value to assign to the system_tags property of this BuildRunSummary.
        :type system_tags: dict(str, dict(str, object))

        �strZBuildRunSourceZBuildRunArgumentCollectionZBuildRunProgressSummaryZdatetimeZ
CommitInfozdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�
project_id�build_pipeline_id�build_run_source�build_run_arguments�build_run_progress_summary�time_created�time_updated�lifecycle_state�lifecycle_details�commit_info�
freeform_tags�defined_tags�system_tagsrZ
compartmentIdZdisplayNameZ	projectIdZbuildPipelineIdZbuildRunSourceZbuildRunArgumentsZbuildRunProgressSummaryZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZ
commitInfoZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
attribute_map�_id�_compartment_id�
_display_name�_project_id�_build_pipeline_id�_build_run_source�_build_run_arguments�_build_run_progress_summary�
_time_created�
_time_updated�_lifecycle_state�_lifecycle_details�_commit_info�_freeform_tags�
_defined_tags�_system_tags)�self�kwargs�r*�G/usr/lib/python3.9/site-packages/oci/devops/models/build_run_summary.py�__init__sdG��zBuildRunSummary.__init__cCs|jS)z�
        **[Required]** Gets the id of this BuildRunSummary.
        Unique identifier that is immutable on creation.


        :return: The id of this BuildRunSummary.
        :rtype: str
        �r�r(r*r*r+r�s
zBuildRunSummary.idcCs
||_dS)z�
        Sets the id of this BuildRunSummary.
        Unique identifier that is immutable on creation.


        :param id: The id of this BuildRunSummary.
        :type: str
        Nr-)r(rr*r*r+r�s
cCs|jS)z�
        **[Required]** Gets the compartment_id of this BuildRunSummary.
        The OCID of the compartment where the build is running.


        :return: The compartment_id of this BuildRunSummary.
        :rtype: str
        �rr.r*r*r+r	�s
zBuildRunSummary.compartment_idcCs
||_dS)z�
        Sets the compartment_id of this BuildRunSummary.
        The OCID of the compartment where the build is running.


        :param compartment_id: The compartment_id of this BuildRunSummary.
        :type: str
        Nr/)r(r	r*r*r+r	�s
cCs|jS)a
        Gets the display_name of this BuildRunSummary.
        Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.


        :return: The display_name of this BuildRunSummary.
        :rtype: str
        �rr.r*r*r+r
�s
zBuildRunSummary.display_namecCs
||_dS)a
        Sets the display_name of this BuildRunSummary.
        Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.


        :param display_name: The display_name of this BuildRunSummary.
        :type: str
        Nr0)r(r
r*r*r+r
�s
cCs|jS)z�
        **[Required]** Gets the project_id of this BuildRunSummary.
        The OCID of the DevOps project.


        :return: The project_id of this BuildRunSummary.
        :rtype: str
        �rr.r*r*r+r�s
zBuildRunSummary.project_idcCs
||_dS)z�
        Sets the project_id of this BuildRunSummary.
        The OCID of the DevOps project.


        :param project_id: The project_id of this BuildRunSummary.
        :type: str
        Nr1)r(rr*r*r+r�s
cCs|jS)z�
        **[Required]** Gets the build_pipeline_id of this BuildRunSummary.
        The OCID of the build pipeline.


        :return: The build_pipeline_id of this BuildRunSummary.
        :rtype: str
        �rr.r*r*r+r�s
z!BuildRunSummary.build_pipeline_idcCs
||_dS)z�
        Sets the build_pipeline_id of this BuildRunSummary.
        The OCID of the build pipeline.


        :param build_pipeline_id: The build_pipeline_id of this BuildRunSummary.
        :type: str
        Nr2)r(rr*r*r+r�s
cCs|jS)z�
        **[Required]** Gets the build_run_source of this BuildRunSummary.

        :return: The build_run_source of this BuildRunSummary.
        :rtype: oci.devops.models.BuildRunSource
        �rr.r*r*r+r
sz BuildRunSummary.build_run_sourcecCs
||_dS)z�
        Sets the build_run_source of this BuildRunSummary.

        :param build_run_source: The build_run_source of this BuildRunSummary.
        :type: oci.devops.models.BuildRunSource
        Nr3)r(r
r*r*r+r
scCs|jS)z�
        Gets the build_run_arguments of this BuildRunSummary.

        :return: The build_run_arguments of this BuildRunSummary.
        :rtype: oci.devops.models.BuildRunArgumentCollection
        �rr.r*r*r+rsz#BuildRunSummary.build_run_argumentscCs
||_dS)z�
        Sets the build_run_arguments of this BuildRunSummary.

        :param build_run_arguments: The build_run_arguments of this BuildRunSummary.
        :type: oci.devops.models.BuildRunArgumentCollection
        Nr4)r(rr*r*r+r%scCs|jS)z�
        Gets the build_run_progress_summary of this BuildRunSummary.

        :return: The build_run_progress_summary of this BuildRunSummary.
        :rtype: oci.devops.models.BuildRunProgressSummary
        �rr.r*r*r+r/sz*BuildRunSummary.build_run_progress_summarycCs
||_dS)z�
        Sets the build_run_progress_summary of this BuildRunSummary.

        :param build_run_progress_summary: The build_run_progress_summary of this BuildRunSummary.
        :type: oci.devops.models.BuildRunProgressSummary
        Nr5)r(rr*r*r+r9scCs|jS)a
        Gets the time_created of this BuildRunSummary.
        The time the build run was created. Format defined by `RFC3339`__.

        __ https://datatracker.ietf.org/doc/html/rfc3339


        :return: The time_created of this BuildRunSummary.
        :rtype: datetime
        �r r.r*r*r+rCszBuildRunSummary.time_createdcCs
||_dS)a&
        Sets the time_created of this BuildRunSummary.
        The time the build run was created. Format defined by `RFC3339`__.

        __ https://datatracker.ietf.org/doc/html/rfc3339


        :param time_created: The time_created of this BuildRunSummary.
        :type: datetime
        Nr6)r(rr*r*r+rQscCs|jS)a
        Gets the time_updated of this BuildRunSummary.
        The time the build run was updated. Format defined by `RFC3339`__.

        __ https://datatracker.ietf.org/doc/html/rfc3339


        :return: The time_updated of this BuildRunSummary.
        :rtype: datetime
        �r!r.r*r*r+r_szBuildRunSummary.time_updatedcCs
||_dS)a&
        Sets the time_updated of this BuildRunSummary.
        The time the build run was updated. Format defined by `RFC3339`__.

        __ https://datatracker.ietf.org/doc/html/rfc3339


        :param time_updated: The time_updated of this BuildRunSummary.
        :type: datetime
        Nr7)r(rr*r*r+rmscCs|jS)z�
        Gets the lifecycle_state of this BuildRunSummary.
        The current state of the build run.


        :return: The lifecycle_state of this BuildRunSummary.
        :rtype: str
        �r"r.r*r*r+r{s
zBuildRunSummary.lifecycle_statecCs
||_dS)z�
        Sets the lifecycle_state of this BuildRunSummary.
        The current state of the build run.


        :param lifecycle_state: The lifecycle_state of this BuildRunSummary.
        :type: str
        Nr8)r(rr*r*r+r�s
cCs|jS)a5
        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.


        :return: The lifecycle_details of this BuildRunSummary.
        :rtype: str
        �r#r.r*r*r+r�s
z!BuildRunSummary.lifecycle_detailscCs
||_dS)aE
        Sets 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.


        :param lifecycle_details: The lifecycle_details of this BuildRunSummary.
        :type: str
        Nr9)r(rr*r*r+r�s
cCs|jS)z�
        Gets the commit_info of this BuildRunSummary.

        :return: The commit_info of this BuildRunSummary.
        :rtype: oci.devops.models.CommitInfo
        �r$r.r*r*r+r�szBuildRunSummary.commit_infocCs
||_dS)z�
        Sets the commit_info of this BuildRunSummary.

        :param commit_info: The commit_info of this BuildRunSummary.
        :type: oci.devops.models.CommitInfo
        Nr:)r(rr*r*r+r�scCs|jS)a�
        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"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The freeform_tags of this BuildRunSummary.
        :rtype: dict(str, str)
        �r%r.r*r*r+r�szBuildRunSummary.freeform_tagscCs
||_dS)a�
        Sets 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"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param freeform_tags: The freeform_tags of this BuildRunSummary.
        :type: dict(str, str)
        Nr;)r(rr*r*r+r�scCs|jS)a�
        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"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The defined_tags of this BuildRunSummary.
        :rtype: dict(str, dict(str, object))
        �r&r.r*r*r+r�szBuildRunSummary.defined_tagscCs
||_dS)a�
        Sets 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"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param defined_tags: The defined_tags of this BuildRunSummary.
        :type: dict(str, dict(str, object))
        Nr<)r(rr*r*r+r�scCs|jS)a�
        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"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The system_tags of this BuildRunSummary.
        :rtype: dict(str, dict(str, object))
        �r'r.r*r*r+r�szBuildRunSummary.system_tagscCs
||_dS)a�
        Sets 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"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param system_tags: The system_tags of this BuildRunSummary.
        :type: dict(str, dict(str, object))
        Nr=)r(rr*r*r+rscCst|�S�N)rr.r*r*r+�__repr__szBuildRunSummary.__repr__cCs|durdS|j|jkS)NF)�__dict__�r(�otherr*r*r+�__eq__szBuildRunSummary.__eq__cCs
||kSr>r*rAr*r*r+�__ne__szBuildRunSummary.__ne__N)�__name__�
__module__�__qualname__�__doc__r,�propertyr�setterr	r
rrr
rrrrrrrrrrr?rCrDr*r*r*r+rs�}










	
	
	
	
	
	












	
	











rN)Zoci.utilrrrZoci.decoratorsr�objectrr*r*r*r+�<module>s