Class: DatadogAPIClient::V2::DeploymentGatesEvaluationResultResponseAttributesGateStatus
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeploymentGatesEvaluationResultResponseAttributesGateStatus
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/deployment_gates_evaluation_result_response_attributes_gate_status.rb
Overview
The overall status of the gate evaluation.
in_progress: The evaluation is still running.pass: All rules passed successfully and the deployment is allowed to proceed.fail: One or more rules did not pass; the deployment should not proceed.
Constant Summary collapse
- IN_PROGRESS =
"in_progress".freeze
- PASS =
"pass".freeze
- FAIL =
"fail".freeze