DeployPipelineStage¶
-
class
oci.devops.models.DeployPipelineStage(**kwargs)¶ Bases:
objectStage used in the pipeline for an artifact or environment.
Methods
__init__(**kwargs)Initializes a new DeployPipelineStage object with values from keyword arguments. Attributes
deploy_stage_id[Required] Gets the deploy_stage_id of this DeployPipelineStage. display_nameGets the display_name of this DeployPipelineStage. -
__init__(**kwargs)¶ Initializes a new DeployPipelineStage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - deploy_stage_id (str) – The value to assign to the deploy_stage_id property of this DeployPipelineStage.
- display_name (str) – The value to assign to the display_name property of this DeployPipelineStage.
-
deploy_stage_id¶ [Required] Gets the deploy_stage_id of this DeployPipelineStage. The OCID of a stage
Returns: The deploy_stage_id of this DeployPipelineStage. Return type: str
-
display_name¶ Gets the display_name of this DeployPipelineStage. Display name of the stage. Avoid entering confidential information.
Returns: The display_name of this DeployPipelineStage. Return type: str
-