Package org.azd.enums
Enum Class DeploymentOperationStatus
- All Implemented Interfaces:
Serializable
,Comparable<DeploymentOperationStatus>
,Constable
Gets or sets the status of the manual intervention.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe deployment operation status is all.The deployment operation status is approved.The deployment operation status is canceled.The deployment operation status is cancelling.The deployment operation status is deferred.The deployment operation status is EvaluatingGates.The deployment operation status is GateFailed.The deployment operation status is manualintervention pending.The deployment operation status is pending.The deployment operation status is phase canceled.The deployment operation status is phase failed.The deployment operation status is phase in progress.The deployment operation status is phase partially succeeded.The deployment operation status is phase succeeded.The deployment operation status is queued.The deployment operation status is queued for agent.The deployment operation status is queued for pipeline.The deployment operation status is rejected.The deployment operation status is scheduled.The deployment operation status is undefined. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentOperationStatus
Returns the enum constant of this class with the specified name.static DeploymentOperationStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL
The deployment operation status is all. -
APPROVED
The deployment operation status is approved. -
CANCELED
The deployment operation status is canceled. -
CANCELLING
The deployment operation status is cancelling. -
DEFERRED
The deployment operation status is deferred. -
EVALUATING_GATES
The deployment operation status is EvaluatingGates. -
GATE_FAILED
The deployment operation status is GateFailed. -
MANUAL_INTERVENTION_PENDING
The deployment operation status is manualintervention pending. -
PENDING
The deployment operation status is pending. -
PHASE_CANCELED
The deployment operation status is phase canceled. -
PHASE_FAILED
The deployment operation status is phase failed. -
PHASE_IN_PROGRESS
The deployment operation status is phase in progress. -
PHASE_PARTIALLY_SUCCEEDED
The deployment operation status is phase partially succeeded. -
PHASE_SUCCEEDED
The deployment operation status is phase succeeded. -
QUEUED
The deployment operation status is queued. -
QUEUED_FOR_AGENT
The deployment operation status is queued for agent. -
QUEUED_FOR_PIPELINE
The deployment operation status is queued for pipeline. -
REJECTED
The deployment operation status is rejected. -
SCHEDULED
The deployment operation status is scheduled. -
UNDEFINED
The deployment operation status is undefined.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-