| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.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 : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/devops/models/__pycache__/ |
Upload File : |
a
���f" � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�StageOutput� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd
d� Z dd
� Z
dd� ZdS )�GenericArtifactsz8
Details of artifact generated via pipeline run
c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS )
a#
Initializes a new GenericArtifacts object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.GenericArtifacts.output_type` attribute
of this class is ``ARTIFACT`` and it should not be changed.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param output_type:
The value to assign to the output_type property of this GenericArtifacts.
Allowed values for this property are: "ARTIFACT", "TEST_REPORT"
:type output_type: str
:param step_name:
The value to assign to the step_name property of this GenericArtifacts.
:type step_name: str
:param name:
The value to assign to the name property of this GenericArtifacts.
:type name: str
:param location_details:
The value to assign to the location_details property of this GenericArtifacts.
:type location_details: oci.devops.models.GenericArtifactLocationDetails
�strZGenericArtifactLocationDetails)Zoutput_typeZ step_name�name�location_detailsZ
outputTypeZstepNamer
ZlocationDetailsNZARTIFACT)Z
swagger_typesZ
attribute_mapZ_output_typeZ
_step_name�_name�_location_details)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/devops/models/generic_artifacts.py�__init__ s ��zGenericArtifacts.__init__c C s | j S )z�
**[Required]** Gets the name of this GenericArtifacts.
Name of artifact.
:return: The name of this GenericArtifacts.
:rtype: str
�r �r r r r r
>