ReleaseGates interface

Properties

deploymentJobs

Contains the gates job details of each evaluation.

id

ID of release gates.

ignoredGates

List of ignored gates.

lastModifiedOn

Gates last modified time.

runPlanId

Run plan ID of the gates.

stabilizationCompletedOn

Gates stabilization completed date and time.

startedOn

Gates evaluation started time.

status

Status of release gates.

succeedingSince

Date and time at which all gates executed successfully.

Property Details

deploymentJobs

Contains the gates job details of each evaluation.

deploymentJobs: DeploymentJob[]

Property Value

id

ID of release gates.

id: number

Property Value

number

ignoredGates

List of ignored gates.

ignoredGates: IgnoredGate[]

Property Value

lastModifiedOn

Gates last modified time.

lastModifiedOn: Date

Property Value

Date

runPlanId

Run plan ID of the gates.

runPlanId: string

Property Value

string

stabilizationCompletedOn

Gates stabilization completed date and time.

stabilizationCompletedOn: Date

Property Value

Date

startedOn

Gates evaluation started time.

startedOn: Date

Property Value

Date

status

Status of release gates.

status: GateStatus

Property Value

succeedingSince

Date and time at which all gates executed successfully.

succeedingSince: Date

Property Value

Date