📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: devops_code_repository_build_run_source.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�BuildRunSource� )�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 d d� Z dd� Zdd� ZdS )�"DevopsCodeRepositoryBuildRunSourcezH Specifies details of build run through DevOps code repository. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new DevopsCodeRepositoryBuildRunSource object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.DevopsCodeRepositoryBuildRunSource.source_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 source_type: The value to assign to the source_type property of this DevopsCodeRepositoryBuildRunSource. 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 DevopsCodeRepositoryBuildRunSource. :type trigger_id: str :param trigger_info: The value to assign to the trigger_info property of this DevopsCodeRepositoryBuildRunSource. :type trigger_info: oci.devops.models.TriggerInfo :param repository_id: The value to assign to the repository_id property of this DevopsCodeRepositoryBuildRunSource. :type repository_id: str �strZTriggerInfo)Zsource_type� trigger_id�trigger_info� repository_idZ sourceTypeZ triggerIdZtriggerInfoZrepositoryIdNZDEVOPS_CODE_REPOSITORY)Z swagger_typesZ attribute_mapZ_source_type�_trigger_id� _trigger_info�_repository_id)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/devops/models/devops_code_repository_build_run_source.py�__init__ s ��z+DevopsCodeRepositoryBuildRunSource.__init__c C s | j S )z� **[Required]** Gets the trigger_id of this DevopsCodeRepositoryBuildRunSource. The trigger that invoked the build run. :return: The trigger_id of this DevopsCodeRepositoryBuildRunSource. :rtype: str �r �r r r r r >