GitStatus interface

This class contains the metadata of a service/extension posting a status.

Properties

context

Context of the status.

createdBy

Identity that created the status.

creationDate

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.

targetUrl

URL with status details.

updatedDate

Last update date and time of the status.

Property Details

context

Context of the status.

context: GitStatusContext

Property Value

createdBy

Identity that created the status.

createdBy: IdentityRef

Property Value

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

State of the status.

state: GitStatusState

Property Value

targetUrl

URL with status details.

targetUrl: string

Property Value

string

updatedDate

Last update date and time of the status.

updatedDate: Date

Property Value

Date