📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: wait_stage.pyc
a N��fW � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�BuildPipelineStage� )�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 )� WaitStagez` Specifies the Wait stage. You can specify variable wait times or an absolute duration. c K s� ddddddddddddddddd�| _ dd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )aX Initializes a new WaitStage object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.WaitStage.build_pipeline_stage_type` attribute of this class is ``WAIT`` and it should not be changed. 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 WaitStage. :type id: str :param display_name: The value to assign to the display_name property of this WaitStage. :type display_name: str :param description: The value to assign to the description property of this WaitStage. :type description: str :param project_id: The value to assign to the project_id property of this WaitStage. :type project_id: str :param build_pipeline_id: The value to assign to the build_pipeline_id property of this WaitStage. :type build_pipeline_id: str :param compartment_id: The value to assign to the compartment_id property of this WaitStage. :type compartment_id: str :param build_pipeline_stage_type: The value to assign to the build_pipeline_stage_type property of this WaitStage. Allowed values for this property are: "WAIT", "BUILD", "DELIVER_ARTIFACT", "TRIGGER_DEPLOYMENT_PIPELINE" :type build_pipeline_stage_type: str :param time_created: The value to assign to the time_created property of this WaitStage. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this WaitStage. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this WaitStage. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this WaitStage. :type lifecycle_details: str :param build_pipeline_stage_predecessor_collection: The value to assign to the build_pipeline_stage_predecessor_collection property of this WaitStage. :type build_pipeline_stage_predecessor_collection: oci.devops.models.BuildPipelineStagePredecessorCollection :param freeform_tags: The value to assign to the freeform_tags property of this WaitStage. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this WaitStage. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this WaitStage. :type system_tags: dict(str, dict(str, object)) :param wait_criteria: The value to assign to the wait_criteria property of this WaitStage. :type wait_criteria: oci.devops.models.WaitCriteria �str�datetime�'BuildPipelineStagePredecessorCollectionzdict(str, str)zdict(str, dict(str, object))�WaitCriteria)�id�display_name�description� project_id�build_pipeline_id�compartment_id�build_pipeline_stage_type�time_created�time_updated�lifecycle_state�lifecycle_details�+build_pipeline_stage_predecessor_collection� freeform_tags�defined_tags�system_tags� wait_criteriar �displayNamer � projectId�buildPipelineId� compartmentId�buildPipelineStageType�timeCreated�timeUpdated�lifecycleState�lifecycleDetails�'buildPipelineStagePredecessorCollection�freeformTags�definedTags� systemTags�waitCriteriaN�WAIT)� swagger_types� attribute_map�_id� _display_name�_description�_project_id�_build_pipeline_id�_compartment_id�_build_pipeline_stage_type� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�,_build_pipeline_stage_predecessor_collection�_freeform_tags� _defined_tags�_system_tags�_wait_criteria)�self�kwargs� r@ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/wait_stage.py�__init__ sf J��zWaitStage.__init__c C s | j S )z� **[Required]** Gets the wait_criteria of this WaitStage. :return: The wait_criteria of this WaitStage. :rtype: oci.devops.models.WaitCriteria �r= �r>