JobStages interface
Job stages.
Properties
display |
Display name of the job stage. NOTE: This property will not be serialized. It can only be populated by the server. |
job |
Job Stage Details NOTE: This property will not be serialized. It can only be populated by the server. |
stage |
Name of the job stage. NOTE: This property will not be serialized. It can only be populated by the server. |
stage |
Status of the job stage. NOTE: This property will not be serialized. It can only be populated by the server. |
stage |
Time for the job stage in UTC ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
displayName
Display name of the job stage. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
jobStageDetails
Job Stage Details NOTE: This property will not be serialized. It can only be populated by the server.
jobStageDetails?: Record<string, unknown>
Property Value
Record<string, unknown>
stageName
Name of the job stage. NOTE: This property will not be serialized. It can only be populated by the server.
stageName?: string
Property Value
string
stageStatus
Status of the job stage. NOTE: This property will not be serialized. It can only be populated by the server.
stageStatus?: StageStatus
Property Value
stageTime
Time for the job stage in UTC ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
stageTime?: Date
Property Value
Date