ruạṛ
a ���f�O � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zd>d?� Zd@dA� Z dBdC� Z!dDS )E�BuildRunz� Each time you attempt to run a build pipeline you create one build run. A build can be running currently, or it can be a record of the run that happened in the past. The set of build runs constitutes a build pipeline's history. �ACCEPTED�IN_PROGRESS�FAILED� SUCCEEDED� CANCELING�CANCELED�DELETINGc K s� dddddddddddddddd d d �| _ ddd ddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a> Initializes a new BuildRun 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 BuildRun. :type id: str :param display_name: The value to assign to the display_name property of this BuildRun. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this BuildRun. :type compartment_id: str :param project_id: The value to assign to the project_id property of this BuildRun. :type project_id: str :param build_pipeline_id: The value to assign to the build_pipeline_id property of this BuildRun. :type build_pipeline_id: str :param build_run_source: The value to assign to the build_run_source property of this BuildRun. :type build_run_source: oci.devops.models.BuildRunSource :param build_run_arguments: The value to assign to the build_run_arguments property of this BuildRun. :type build_run_arguments: oci.devops.models.BuildRunArgumentCollection :param time_created: The value to assign to the time_created property of this BuildRun. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this BuildRun. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this BuildRun. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", "DELETING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this BuildRun. :type lifecycle_details: str :param build_run_progress: The value to assign to the build_run_progress property of this BuildRun. :type build_run_progress: oci.devops.models.BuildRunProgress :param commit_info: The value to assign to the commit_info property of this BuildRun. :type commit_info: oci.devops.models.CommitInfo :param build_outputs: The value to assign to the build_outputs property of this BuildRun. :type build_outputs: oci.devops.models.BuildOutputs :param freeform_tags: The value to assign to the freeform_tags property of this BuildRun. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this BuildRun. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this BuildRun. :type system_tags: dict(str, dict(str, object)) �strZBuildRunSourceZBuildRunArgumentCollectionZdatetimeZBuildRunProgressZ CommitInfoZBuildOutputszdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id� project_id�build_pipeline_id�build_run_source�build_run_arguments�time_created�time_updated�lifecycle_state�lifecycle_details�build_run_progress�commit_info� build_outputs� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdZ projectIdZbuildPipelineIdZbuildRunSourceZbuildRunArgumentsZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZbuildRunProgressZ commitInfoZbuildOutputsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_project_id�_build_pipeline_id�_build_run_source�_build_run_arguments� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_build_run_progress�_commit_info�_build_outputs�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r3 �?/usr/lib/python3.9/site-packages/oci/devops/models/build_run.py�__init__0 sj M��zBuildRun.__init__c C s | j S )z� **[Required]** Gets the id of this BuildRun. Unique identifier that is immutable on creation. :return: The id of this BuildRun. :rtype: str �r �r1 r3 r3 r4 r � s zBuildRun.idc C s || _ dS )z� Sets the id of this BuildRun. Unique identifier that is immutable on creation. :param id: The id of this BuildRun. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )a Gets the display_name of this BuildRun. Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information. :return: The display_name of this BuildRun. :rtype: str �r! r7 r3 r3 r4 r � s zBuildRun.display_namec C s || _ dS )a Sets the display_name of this BuildRun. 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 BuildRun. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the compartment_id of this BuildRun. The OCID of the compartment where the build is running. :return: The compartment_id of this BuildRun. :rtype: str �r"