Deployment interface
Description about a deployment.
Properties
| deployment |
Deployment identifier. |
| deployment |
Url to access repository action logs. |
| deployment |
The outcome of the deployment. |
| deployment |
Current status of the deployment. |
| deployment |
The time when the deployment finished. |
Property Details
deploymentId
Deployment identifier.
deploymentId?: string
Property Value
string
deploymentLogsUrl
Url to access repository action logs.
deploymentLogsUrl?: string
Property Value
string
deploymentResult
The outcome of the deployment.
deploymentResult?: string
Property Value
string
deploymentState
Current status of the deployment.
deploymentState?: string
Property Value
string
deploymentTime
The time when the deployment finished.
deploymentTime?: Date
Property Value
Date