- All Implemented Interfaces:
Serializable
,Comparable<GHWorkflowRun.Status>
- Enclosing class:
- GHWorkflowRun
The Enum Status.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe action required.The cancelled.The completed.The failure.The in progress.The neutral.The pending.The queued.The requested.The skipped.The stale.The success.The timed out.The unknown.The waiting. -
Method Summary
Modifier and TypeMethodDescriptionstatic GHWorkflowRun.Status
From.toString()
To string.static GHWorkflowRun.Status
Returns the enum constant of this type with the specified name.static GHWorkflowRun.Status[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ACTION_REQUIRED
The action required. -
CANCELLED
The cancelled. -
COMPLETED
The completed. -
FAILURE
The failure. -
IN_PROGRESS
The in progress. -
NEUTRAL
The neutral. -
PENDING
The pending. -
QUEUED
The queued. -
REQUESTED
The requested. -
SKIPPED
The skipped. -
STALE
The stale. -
SUCCESS
The success. -
TIMED_OUT
The timed out. -
UNKNOWN
The unknown. -
WAITING
The waiting.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
from
From.- Parameters:
value
- the value- Returns:
- the status
-
toString
To string.- Overrides:
toString
in classEnum<GHWorkflowRun.Status>
- Returns:
- the string
-