Object GitHub::DeploymentStatus
Describes the status of a given deployment attempt.
Fields
createdAt: DateTime!
Identifies the date and time when the object was created.
creator: Actor!
Identifies the actor who triggered the deployment.
deployment: Deployment!
Identifies the deployment associated with status.
description: String
Identifies the description of the deployment.
environmentUrl: URI
Identifies the environment URL of the deployment.
id: ID!
logUrl: URI
Identifies the log URL of the deployment.
state: DeploymentStatusState!
Identifies the current state of the deployment.
updatedAt: DateTime!
Identifies the date and time when the object was last updated.