PipelineProperties

class oci.adm.models.PipelineProperties(**kwargs)

Bases: object

Pipeline properties which result from the run of the verify stage.

Methods

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

Attributes

pipeline_identifier Gets the pipeline_identifier of this PipelineProperties.
pipeline_url Gets the pipeline_url of this PipelineProperties.
__init__(**kwargs)

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

Parameters:
  • pipeline_identifier (str) – The value to assign to the pipeline_identifier property of this PipelineProperties.
  • pipeline_url (str) – The value to assign to the pipeline_url property of this PipelineProperties.
pipeline_identifier

Gets the pipeline_identifier of this PipelineProperties. Unique identifier for the pipeline or action created in the Verify stage.

Returns:The pipeline_identifier of this PipelineProperties.
Return type:str
pipeline_url

Gets the pipeline_url of this PipelineProperties. The web link to the pipeline from the Verify stage.

Returns:The pipeline_url of this PipelineProperties.
Return type:str