📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: build_stage.pyc
a N��f5 � @ 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 @ s� e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )� BuildStagez$ Specifies the build stage. �OL7_X86_64_STANDARD_10c K s� dddddddddddddddddddddd �| _ d ddd dddddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _d | _dS )!a� Initializes a new BuildStage object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.BuildStage.build_pipeline_stage_type` attribute of this class is ``BUILD`` 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 BuildStage. :type id: str :param display_name: The value to assign to the display_name property of this BuildStage. :type display_name: str :param description: The value to assign to the description property of this BuildStage. :type description: str :param project_id: The value to assign to the project_id property of this BuildStage. :type project_id: str :param build_pipeline_id: The value to assign to the build_pipeline_id property of this BuildStage. :type build_pipeline_id: str :param compartment_id: The value to assign to the compartment_id property of this BuildStage. :type compartment_id: str :param build_pipeline_stage_type: The value to assign to the build_pipeline_stage_type property of this BuildStage. Allowed values for this property are: "WAIT", "BUILD", "DELIVER_ARTIFACT", "TRIGGER_DEPLOYMENT_PIPELINE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type build_pipeline_stage_type: str :param time_created: The value to assign to the time_created property of this BuildStage. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this BuildStage. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this BuildStage. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this BuildStage. :type lifecycle_details: str :param build_pipeline_stage_predecessor_collection: The value to assign to the build_pipeline_stage_predecessor_collection property of this BuildStage. :type build_pipeline_stage_predecessor_collection: oci.devops.models.BuildPipelineStagePredecessorCollection :param freeform_tags: The value to assign to the freeform_tags property of this BuildStage. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this BuildStage. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this BuildStage. :type system_tags: dict(str, dict(str, object)) :param image: The value to assign to the image property of this BuildStage. Allowed values for this property are: "OL7_X86_64_STANDARD_10", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type image: str :param build_spec_file: The value to assign to the build_spec_file property of this BuildStage. :type build_spec_file: str :param stage_execution_timeout_in_seconds: The value to assign to the stage_execution_timeout_in_seconds property of this BuildStage. :type stage_execution_timeout_in_seconds: int :param build_source_collection: The value to assign to the build_source_collection property of this BuildStage. :type build_source_collection: oci.devops.models.BuildSourceCollection :param primary_build_source: The value to assign to the primary_build_source property of this BuildStage. :type primary_build_source: str :param private_access_config: The value to assign to the private_access_config property of this BuildStage. :type private_access_config: oci.devops.models.NetworkChannel �str�datetime�'BuildPipelineStagePredecessorCollectionzdict(str, str)zdict(str, dict(str, object))�int�BuildSourceCollection�NetworkChannel)�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�image�build_spec_file�"stage_execution_timeout_in_seconds�build_source_collection�primary_build_source�private_access_configr �displayNamer � projectId�buildPipelineId� compartmentId�buildPipelineStageType�timeCreated�timeUpdated�lifecycleState�lifecycleDetails�'buildPipelineStagePredecessorCollection�freeformTags�definedTags� systemTagsr � buildSpecFile�stageExecutionTimeoutInSeconds�buildSourceCollection�primaryBuildSource�privateAccessConfigN�BUILD)� 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�_image�_build_spec_file�#_stage_execution_timeout_in_seconds�_build_source_collection�_primary_build_source�_private_access_config)�self�kwargs� rQ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/build_stage.py�__init__ s� b��zBuildStage.__init__c C s | j S )as **[Required]** Gets the image of this BuildStage. Image name for the build environment. Allowed values for this property are: "OL7_X86_64_STANDARD_10", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The image of this BuildStage. :rtype: str )rI �rO rQ rQ rR r � s zBuildStage.imagec C s dg}t ||�sd}|| _dS )z� Sets the image of this BuildStage. Image name for the build environment. :param image: The image of this BuildStage. :type: str r �UNKNOWN_ENUM_VALUEN)r rI )rO r �allowed_valuesrQ rQ rR r � s c C s | j S )a Gets the build_spec_file of this BuildStage. The path to the build specification file for this environment. The default location of the file if not specified is build_spec.yaml. :return: The build_spec_file of this BuildStage. :rtype: str �rJ rT rQ rQ rR r � s zBuildStage.build_spec_filec C s || _ dS )a( Sets the build_spec_file of this BuildStage. The path to the build specification file for this environment. The default location of the file if not specified is build_spec.yaml. :param build_spec_file: The build_spec_file of this BuildStage. :type: str NrW )rO r rQ rQ rR r � s c C s | j S )z� Gets the stage_execution_timeout_in_seconds of this BuildStage. Timeout for the build stage execution. Specify value in seconds. :return: The stage_execution_timeout_in_seconds of this BuildStage. :rtype: int �rK rT rQ rQ rR r! � s z-BuildStage.stage_execution_timeout_in_secondsc C s || _ dS )a Sets the stage_execution_timeout_in_seconds of this BuildStage. Timeout for the build stage execution. Specify value in seconds. :param stage_execution_timeout_in_seconds: The stage_execution_timeout_in_seconds of this BuildStage. :type: int NrX )rO r! rQ rQ rR r! � s c C s | j S )z� **[Required]** Gets the build_source_collection of this BuildStage. :return: The build_source_collection of this BuildStage. :rtype: oci.devops.models.BuildSourceCollection �rL rT rQ rQ rR r"