ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�BuildSource� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�DevopsCodeRepositoryBuildSourcez> DevOps code repository build source for Build stage. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) aX Initializes a new DevopsCodeRepositoryBuildSource object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.DevopsCodeRepositoryBuildSource.connection_type` attribute of this class is ``DEVOPS_CODE_REPOSITORY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this DevopsCodeRepositoryBuildSource. :type name: str :param connection_type: The value to assign to the connection_type property of this DevopsCodeRepositoryBuildSource. Allowed values for this property are: "GITHUB", "GITLAB", "GITLAB_SERVER", "BITBUCKET_CLOUD", "BITBUCKET_SERVER", "DEVOPS_CODE_REPOSITORY", "VBS" :type connection_type: str :param repository_url: The value to assign to the repository_url property of this DevopsCodeRepositoryBuildSource. :type repository_url: str :param branch: The value to assign to the branch property of this DevopsCodeRepositoryBuildSource. :type branch: str :param repository_id: The value to assign to the repository_id property of this DevopsCodeRepositoryBuildSource. :type repository_id: str �str)�name�connection_type�repository_url�branch� repository_idr �connectionType� repositoryUrlr �repositoryIdN�DEVOPS_CODE_REPOSITORY)� swagger_types� attribute_map�_name�_connection_type�_repository_url�_branch�_repository_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/devops_code_repository_build_source.py�__init__ s$ � �z(DevopsCodeRepositoryBuildSource.__init__c C s | j S )z� **[Required]** Gets the repository_id of this DevopsCodeRepositoryBuildSource. The DevOps code repository ID. :return: The repository_id of this DevopsCodeRepositoryBuildSource. :rtype: str �r �r r r r r C s z-DevopsCodeRepositoryBuildSource.repository_idc C s || _ dS )z� Sets the repository_id of this DevopsCodeRepositoryBuildSource. The DevOps code repository ID. :param repository_id: The repository_id of this DevopsCodeRepositoryBuildSource. :type: str Nr )r r r r r r O s c C s t | �S �N)r r r r r �__repr__[ s z(DevopsCodeRepositoryBuildSource.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__^ s z&DevopsCodeRepositoryBuildSource.__eq__c C s | |k S r! r r$ r r r �__ne__d s z&DevopsCodeRepositoryBuildSource.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr"