DeploymentAttempt interface

Properties

attempt

Deployment attempt.

deploymentId

ID of the deployment.

errorLog

Error log to show any unexpected error that occurred during executing deploy step

hasStarted

Specifies whether deployment has started or not.

id

ID of deployment.

issues

All the issues related to the deployment.

job
lastModifiedBy

Identity who last modified this deployment.

lastModifiedOn

Time when this deployment last modified.

operationStatus

Deployment operation status.

postDeploymentGates

Post deployment gates that executed in this deployment.

preDeploymentGates

Pre deployment gates that executed in this deployment.

queuedOn

When this deployment queued on.

reason

Reason for the deployment.

releaseDeployPhases

List of release deployphases executed in this deployment.

requestedBy

Identity who requested this deployment.

requestedFor

Identity for this deployment requested.

runPlanId
status

status of the deployment.

tasks

Property Details

attempt

Deployment attempt.

attempt: number

Property Value

number

deploymentId

ID of the deployment.

deploymentId: number

Property Value

number

errorLog

Error log to show any unexpected error that occurred during executing deploy step

errorLog: string

Property Value

string

hasStarted

Specifies whether deployment has started or not.

hasStarted: boolean

Property Value

boolean

id

ID of deployment.

id: number

Property Value

number

issues

All the issues related to the deployment.

issues: Issue[]

Property Value

Issue[]

job

job: ReleaseTask

Property Value

lastModifiedBy

Identity who last modified this deployment.

lastModifiedBy: IdentityRef

Property Value

lastModifiedOn

Time when this deployment last modified.

lastModifiedOn: Date

Property Value

Date

operationStatus

Deployment operation status.

operationStatus: DeploymentOperationStatus

Property Value

postDeploymentGates

Post deployment gates that executed in this deployment.

postDeploymentGates: ReleaseGates

Property Value

preDeploymentGates

Pre deployment gates that executed in this deployment.

preDeploymentGates: ReleaseGates

Property Value

queuedOn

When this deployment queued on.

queuedOn: Date

Property Value

Date

reason

Reason for the deployment.

reason: DeploymentReason

Property Value

releaseDeployPhases

List of release deployphases executed in this deployment.

releaseDeployPhases: ReleaseDeployPhase[]

Property Value

requestedBy

Identity who requested this deployment.

requestedBy: IdentityRef

Property Value

requestedFor

Identity for this deployment requested.

requestedFor: IdentityRef

Property Value

runPlanId

runPlanId: string

Property Value

string

status

status of the deployment.

status: DeploymentStatus

Property Value

tasks

tasks: ReleaseTask[]

Property Value