CustomRolloutStatusManifestCheckinStatus interface
The manifest checkin status.
- Extends
Inherited Properties
| commit |
The commit id. |
| is |
Whether the manifest is checked in. |
| pull |
The pull request. |
| status |
The status message. |
Inherited Property Details
commitId
isCheckedIn
Whether the manifest is checked in.
isCheckedIn: boolean
Property Value
boolean
Inherited From CheckinManifestInfo.isCheckedIn
pullRequest
The pull request.
pullRequest?: string
Property Value
string
Inherited From CheckinManifestInfo.pullRequest
statusMessage
The status message.
statusMessage: string
Property Value
string
Inherited From CheckinManifestInfo.statusMessage