DeploymentProperties interface
Deployment resource specific properties
Properties
| active | True if deployment is currently active, false if completed and null if not started. |
| author | Who authored the deployment. |
| author_email | Author email. |
| deployer | Who performed the deployment. |
| details | Details on deployment. |
| end_time | End time. |
| message | Details about deployment status. |
| start_time | Start time. |
| status | Deployment status. |
Property Details
active
True if deployment is currently active, false if completed and null if not started.
active?: boolean
Property Value
boolean
author
Who authored the deployment.
author?: string
Property Value
string
author_email
Author email.
author_email?: string
Property Value
string
deployer
Who performed the deployment.
deployer?: string
Property Value
string
details
Details on deployment.
details?: string
Property Value
string
end_time
End time.
end_time?: string | Date
Property Value
string | Date
message
Details about deployment status.
message?: string
Property Value
string
start_time
Start time.
start_time?: string | Date
Property Value
string | Date
status
Deployment status.
status?: number
Property Value
number