Stage
An individual stage.
Attributes
Minimal Representation
Included when the resource is returned as part of another resource.
Name | Type | Description |
---|---|---|
id | Integer | Value uniquely identifying the stage. |
number | Integer | Incremental number for a stage. |
name | String | The name of the stage. |
state | String | Current state of the stage. |
started_at | String | When the stage started. |
finished_at | String | When the stage finished. |
Standard Representation
Included when the resource is the main response of a request, or is eager loaded.
Name | Type | Description |
---|---|---|
id | Integer | Value uniquely identifying the stage. |
number | Integer | Incremental number for a stage. |
name | String | The name of the stage. |
state | String | Current state of the stage. |
started_at | String | When the stage started. |
finished_at | String | When the stage finished. |
jobs | [Job] | The jobs of a stage. |