Magidoc

Deployment
Object

Represents triggered deployment instance.

Fields

#

commit

Identifies the commit sha of the deployment.

commitOid

Non-null

Identifies the oid of the deployment commit, even if the commit has been deleted.

createdAt

Non-null

Identifies the date and time when the object was created.

creator

Non-null

Identifies the actor who triggered the deployment.

databaseId

Identifies the primary key from the database.

description

The deployment description.

environment

The latest environment to which this deployment was made.

id

ID !
Non-null

The Node ID of the Deployment object

latestEnvironment

The latest environment to which this deployment was made.

latestStatus

The latest status of this deployment.

originalEnvironment

The original environment to which this deployment was made.

payload

Extra information that a deployment system might need.

ref

Identifies the Ref of the deployment, if the deployment was created by ref.

repository

Non-null

Identifies the repository associated with the deployment.

state

The current state of the deployment.

statuses

A list of statuses associated with the deployment.

task

The deployment task.

updatedAt

Non-null

Identifies the date and time when the object was last updated.

Interfaces

#

Also implements Node .

Usages

#

References

#