delivery.Delivery
A deliverying of multiple releases.
Type hierarchy: delivery.Delivery > udm.BaseConfigurationItem
Label: Delivery: Delivery
Properties
Property | Kind | Description |
---|---|---|
title | String | Symbolic name for the release delivery. |
description | String | Description for the delivery pattern. |
status | Enum | The state the release delivery is in. |
startDate | Date | The expected start date. |
endDate | Date | The expected end date. |
plannedDuration | Integer | The time that the release delivery is supposed to take to complete, in hours. |
releaseIds | Set of string | List of releases contained by this release delivery. |
folderId | String | Folder that the release delivery belongs to. |
originPatternId | String | The ID of the pattern that created this delivery. |
stages | List of delivery.Stage (contained) | Stages |
trackedItems | List of delivery.TrackedItem (contained) | Tracked Items |
transitions | List of delivery.Transition (contained) | Transitions |
subscribers | List of delivery.Subscriber (contained) | Subscribers |
title
Symbolic name for the release delivery.
- Label: Title
- Kind: String
- Required: true
description
Description for the delivery pattern.
- Label: Description
- Kind: String
- Required: false
status
The state the release delivery is in.
- Label: Status
- Kind: Enum
- Allowed values: TEMPLATE, IN_PROGRESS, COMPLETED
- Default value: IN_PROGRESS
- Required: true
startDate
The expected start date.
- Label: Start Date
- Kind: Date
- Required: false
endDate
The expected end date.
- Label: End Date
- Kind: Date
- Required: false
plannedDuration
The time that the release delivery is supposed to take to complete, in hours.
- Label: Planned Duration
- Kind: Integer
- Default value: 0
- Required: false
releaseIds
List of releases contained by this release delivery.
- Label: Release Ids
- Kind: Set of string
- Required: false
folderId
Folder that the release delivery belongs to.
- Label: Folder Id
- Kind: String
- Required: false
- Transient: true
originPatternId
The ID of the pattern that created this delivery.
- Label: Origin Pattern Id
- Kind: String
- Required: false
stages
Stages
- Label: Stages
- Kind: List of delivery.Stage (contained)
- Required: false
- Reference type: delivery.Stage
- As containment: true
trackedItems
Tracked Items
- Label: Tracked Items
- Kind: List of delivery.TrackedItem (contained)
- Required: false
- Reference type: delivery.TrackedItem
- As containment: true
transitions
Transitions
- Label: Transitions
- Kind: List of delivery.Transition (contained)
- Required: false
- Reference type: delivery.Transition
- As containment: true
subscribers
Subscribers
- Label: Subscribers
- Kind: List of delivery.Subscriber (contained)
- Required: false
- Reference type: delivery.Subscriber
- As containment: true