Name | Type | Description | Notes |
---|---|---|---|
createdAt | OffsetDateTime | Timestamp of when the release pipeline was created | |
description | String | The release pipeline description | [optional] |
key | String | The release pipeline key | |
name | String | The release pipeline name | |
phases | List<Phase> | An ordered list of the release pipeline phases. Each phase is a logical grouping of one or more environments that share attributes for rolling out changes. | |
tags | List<String> | A list of the release pipeline's tags | [optional] |
version | Integer | The release pipeline version | [optional] |
access | Access | [optional] | |
isProjectDefault | Boolean | Whether this release pipeline is the default pipeline for the project | [optional] |
isLegacy | Boolean | Whether this release pipeline is a legacy pipeline | [optional] |