ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�VerifyConfiguration� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�GitHubActionsConfigurationz~ Extends a Verify configuration with appropriate data to reach and use the build service provided by a GitHub Action. c K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )a Initializes a new GitHubActionsConfiguration object with values from keyword arguments. The default value of the :py:attr:`~oci.adm.models.GitHubActionsConfiguration.build_service_type` attribute of this class is ``GITHUB_ACTIONS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param build_service_type: The value to assign to the build_service_type property of this GitHubActionsConfiguration. Allowed values for this property are: "OCI_DEVOPS_BUILD", "GITLAB_PIPELINE", "GITHUB_ACTIONS", "JENKINS_PIPELINE", "NONE" :type build_service_type: str :param repository_url: The value to assign to the repository_url property of this GitHubActionsConfiguration. :type repository_url: str :param pat_secret_id: The value to assign to the pat_secret_id property of this GitHubActionsConfiguration. :type pat_secret_id: str :param username: The value to assign to the username property of this GitHubActionsConfiguration. :type username: str :param workflow_name: The value to assign to the workflow_name property of this GitHubActionsConfiguration. :type workflow_name: str :param additional_parameters: The value to assign to the additional_parameters property of this GitHubActionsConfiguration. :type additional_parameters: dict(str, str) �strzdict(str, str))Zbuild_service_type�repository_url� pat_secret_id�username� workflow_name�additional_parametersZbuildServiceTypeZ repositoryUrlZpatSecretIdr ZworkflowNameZadditionalParametersNZGITHUB_ACTIONS)Z swagger_typesZ attribute_mapZ_build_service_type�_repository_url�_pat_secret_id� _username�_workflow_name�_additional_parameters)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/adm/models/git_hub_actions_configuration.py�__init__ s* !� � z#GitHubActionsConfiguration.__init__c C s | j S )a� **[Required]** Gets the repository_url of this GitHubActionsConfiguration. The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName] :return: The repository_url of this GitHubActionsConfiguration. :rtype: str �r �r r r r r L s z)GitHubActionsConfiguration.repository_urlc C s || _ dS )a� Sets the repository_url of this GitHubActionsConfiguration. The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName] :param repository_url: The repository_url of this GitHubActionsConfiguration. :type: str Nr )r r r r r r Z s c C s | j S )a� **[Required]** Gets the pat_secret_id of this GitHubActionsConfiguration. The Oracle Cloud Identifier (`OCID`__) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the GitHub Action. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The pat_secret_id of this GitHubActionsConfiguration. :rtype: str �r r r r r r h s z(GitHubActionsConfiguration.pat_secret_idc C s || _ dS )a� Sets the pat_secret_id of this GitHubActionsConfiguration. The Oracle Cloud Identifier (`OCID`__) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the GitHub Action. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param pat_secret_id: The pat_secret_id of this GitHubActionsConfiguration. :type: str Nr )r r r r r r w s c C s | j S )z� **[Required]** Gets the username of this GitHubActionsConfiguration. The username that will trigger the GitHub Action. :return: The username of this GitHubActionsConfiguration. :rtype: str �r r r r r r � s z#GitHubActionsConfiguration.usernamec C s || _ dS )z� Sets the username of this GitHubActionsConfiguration. The username that will trigger the GitHub Action. :param username: The username of this GitHubActionsConfiguration. :type: str Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the workflow_name of this GitHubActionsConfiguration. The name of the GitHub Actions workflow that defines the build pipeline. :return: The workflow_name of this GitHubActionsConfiguration. :rtype: str �r r r r r r � s z(GitHubActionsConfiguration.workflow_namec C s || _ dS )a Sets the workflow_name of this GitHubActionsConfiguration. The name of the GitHub Actions workflow that defines the build pipeline. :param workflow_name: The workflow_name of this GitHubActionsConfiguration. :type: str Nr )r r r r r r � s c C s | j S )a- Gets the additional_parameters of this GitHubActionsConfiguration. Additional key-value pairs passed as parameters to the build service when running an experiment. :return: The additional_parameters of this GitHubActionsConfiguration. :rtype: dict(str, str) �r r r r r r � s z0GitHubActionsConfiguration.additional_parametersc C s || _ dS )aA Sets the additional_parameters of this GitHubActionsConfiguration. Additional key-value pairs passed as parameters to the build service when running an experiment. :param additional_parameters: The additional_parameters of this GitHubActionsConfiguration. :type: dict(str, str) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z#GitHubActionsConfiguration.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z!GitHubActionsConfiguration.__eq__c C s | |k S r r r"