GitPullRequestStatus interface
This class contains the metadata of a service/extension posting pull request status. Status can be associated with a pull request or an iteration.
- Extends
Properties
iteration |
ID of the iteration to associate status with. Minimum value is 1. |
properties | Custom properties of the status. |
Inherited 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
iterationId
ID of the iteration to associate status with. Minimum value is 1.
iterationId: number
Property Value
number
properties
Custom properties of the status.
properties: any
Property Value
any
Inherited Property Details
context
createdBy
Identity that created the status.
createdBy: IdentityRef
Property Value
Inherited From GitStatus.createdBy
creationDate
Creation date and time of the status.
creationDate: Date
Property Value
Date
Inherited From GitStatus.creationDate
description
Status description. Typically describes current state of the status.
description: string
Property Value
string
Inherited From GitStatus.description
id
state
targetUrl
updatedDate
Last update date and time of the status.
updatedDate: Date
Property Value
Date
Inherited From GitStatus.updatedDate