PipelineVersion Class
Defines the version and published pipeline of a pipeline.
Initialize PipelineVersion.
- Inheritance
-
builtins.objectPipelineVersion
Constructor
PipelineVersion(version, pipeline)
Parameters
Name | Description |
---|---|
version
Required
|
The version of the pipeline. |
pipeline
Required
|
The published pipeline. |
version
Required
|
The version of the pipeline. |
pipeline
Required
|
The published pipeline. |
Attributes
pipeline
Get the pipeline of the PipelineVersion.
Returns
Type | Description |
---|---|
The published pipeline. |