ReleaseGates interface
Properties
| deployment |
Contains the gates job details of each evaluation. |
| id | ID of release gates. |
| ignored |
List of ignored gates. |
| last |
Gates last modified time. |
| run |
Run plan ID of the gates. |
| stabilization |
Gates stabilization completed date and time. |
| started |
Gates evaluation started time. |
| status | Status of release gates. |
| succeeding |
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
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
succeedingSince
Date and time at which all gates executed successfully.
succeedingSince: Date
Property Value
Date