GitStatus interface
This class contains the metadata of a service/extension posting a status.
Properties
| context | Context of the status. |
| created |
Identity that created the status. |
| creation |
Creation date and time of the status. |
| description | Status description. Typically describes current state of the status. |
| id | Status identifier. |
| state | State of the status. |
| target |
URL with status details. |
| updated |
Last update date and time of the status. |
Property Details
context
createdBy
creationDate
Creation date and time of the status.
creationDate: Date
Property Value
Date
description
Status description. Typically describes current state of the status.
description: string
Property Value
string
id
Status identifier.
id: number
Property Value
number
state
targetUrl
URL with status details.
targetUrl: string
Property Value
string
updatedDate
Last update date and time of the status.
updatedDate: Date
Property Value
Date