public class DeploymentGatesEvaluationResultResponseAttributesGateStatus extends ModelEnum<String>
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.| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentGatesEvaluationResultResponseAttributesGateStatus.DeploymentGatesEvaluationResultResponseAttributesGateStatusSerializer |
| Modifier and Type | Field and Description |
|---|---|
static DeploymentGatesEvaluationResultResponseAttributesGateStatus |
FAIL |
static DeploymentGatesEvaluationResultResponseAttributesGateStatus |
IN_PROGRESS |
static DeploymentGatesEvaluationResultResponseAttributesGateStatus |
PASS |
localAllowedValues, value| Modifier and Type | Method and Description |
|---|---|
static DeploymentGatesEvaluationResultResponseAttributesGateStatus |
fromValue(String value) |
public static final DeploymentGatesEvaluationResultResponseAttributesGateStatus IN_PROGRESS
public static final DeploymentGatesEvaluationResultResponseAttributesGateStatus PASS
public static final DeploymentGatesEvaluationResultResponseAttributesGateStatus FAIL
public static DeploymentGatesEvaluationResultResponseAttributesGateStatus fromValue(String value)
Copyright © 2026. All rights reserved.