HEX
Server: Apache
System: Linux box5936.bluehost.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User: aviatjd3 (1318)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: //usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models/github_build_run_source.pyc
a

N��fq�@sDddlmZddlmZmZmZddlmZeGdd�de��ZdS)�)�BuildRunSource�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sdeZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zd
d�Z	dd
�Z
dd�ZdS)�GithubBuildRunSourcez8
    Specifies details of build run through GitHub.
    cKs8dddd�|_dddd�|_d|_d|_d|_d|_dS)	a�
        Initializes a new GithubBuildRunSource object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.GithubBuildRunSource.source_type` attribute
        of this class is ``GITHUB`` and it should not be changed.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param source_type:
            The value to assign to the source_type property of this GithubBuildRunSource.
            Allowed values for this property are: "MANUAL", "GITHUB", "GITLAB", "GITLAB_SERVER", "BITBUCKET_CLOUD", "BITBUCKET_SERVER", "DEVOPS_CODE_REPOSITORY", "VBS"
        :type source_type: str

        :param trigger_id:
            The value to assign to the trigger_id property of this GithubBuildRunSource.
        :type trigger_id: str

        :param trigger_info:
            The value to assign to the trigger_info property of this GithubBuildRunSource.
        :type trigger_info: oci.devops.models.TriggerInfo

        �str�TriggerInfo)�source_type�
trigger_id�trigger_info�
sourceType�	triggerId�triggerInfoN�GITHUB)�
swagger_types�
attribute_map�_source_type�_trigger_id�
_trigger_info)�self�kwargs�r��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/github_build_run_source.py�__init__s��zGithubBuildRunSource.__init__cCs|jS)z�
        **[Required]** Gets the trigger_id of this GithubBuildRunSource.
        The trigger that invoked the build run.


        :return: The trigger_id of this GithubBuildRunSource.
        :rtype: str
        �r�rrrrr5s
zGithubBuildRunSource.trigger_idcCs
||_dS)z�
        Sets the trigger_id of this GithubBuildRunSource.
        The trigger that invoked the build run.


        :param trigger_id: The trigger_id of this GithubBuildRunSource.
        :type: str
        Nr)rrrrrrAs
cCs|jS)z�
        **[Required]** Gets the trigger_info of this GithubBuildRunSource.

        :return: The trigger_info of this GithubBuildRunSource.
        :rtype: oci.devops.models.TriggerInfo
        �rrrrrr
Msz!GithubBuildRunSource.trigger_infocCs
||_dS)z�
        Sets the trigger_info of this GithubBuildRunSource.

        :param trigger_info: The trigger_info of this GithubBuildRunSource.
        :type: oci.devops.models.TriggerInfo
        Nr)rr
rrrr
WscCst|�S�N)rrrrr�__repr__aszGithubBuildRunSource.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__dszGithubBuildRunSource.__eq__cCs
||kSrrr"rrr�__ne__jszGithubBuildRunSource.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr
r r$r%rrrrr
s%


	
	rN)	�build_run_sourcer�oci.utilrrr�oci.decoratorsrrrrrr�<module>s