DeployPipelineArtifact

class oci.devops.models.DeployPipelineArtifact(**kwargs)

Bases: object

Artifact used in the pipeline.

Methods

__init__(**kwargs) Initializes a new DeployPipelineArtifact object with values from keyword arguments.

Attributes

deploy_artifact_id [Required] Gets the deploy_artifact_id of this DeployPipelineArtifact.
deploy_pipeline_stages [Required] Gets the deploy_pipeline_stages of this DeployPipelineArtifact.
display_name Gets the display_name of this DeployPipelineArtifact.
__init__(**kwargs)

Initializes a new DeployPipelineArtifact object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • deploy_artifact_id (str) – The value to assign to the deploy_artifact_id property of this DeployPipelineArtifact.
  • display_name (str) – The value to assign to the display_name property of this DeployPipelineArtifact.
  • deploy_pipeline_stages (oci.devops.models.DeployPipelineStageCollection) – The value to assign to the deploy_pipeline_stages property of this DeployPipelineArtifact.
deploy_artifact_id

[Required] Gets the deploy_artifact_id of this DeployPipelineArtifact. The OCID of an artifact

Returns:The deploy_artifact_id of this DeployPipelineArtifact.
Return type:str
deploy_pipeline_stages

[Required] Gets the deploy_pipeline_stages of this DeployPipelineArtifact.

Returns:The deploy_pipeline_stages of this DeployPipelineArtifact.
Return type:oci.devops.models.DeployPipelineStageCollection
display_name

Gets the display_name of this DeployPipelineArtifact. Display name of the artifact. Avoid entering confidential information.

Returns:The display_name of this DeployPipelineArtifact.
Return type:str