- All Implemented Interfaces:
Serializable
,Comparable<GHWorkflowRun.Status>
- Enclosing class:
- GHWorkflowRun
The Enum Status.
-
Enum Constant Summary
Enum 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
-
QUEUED
The queued. -
IN_PROGRESS
The in progress. -
COMPLETED
The completed. -
ACTION_REQUIRED
The action required. -
CANCELLED
The cancelled. -
FAILURE
The failure. -
NEUTRAL
The neutral. -
SKIPPED
The skipped. -
STALE
The stale. -
SUCCESS
The success. -
TIMED_OUT
The timed out. -
REQUESTED
The requested. -
WAITING
The waiting. -
PENDING
The pending. -
UNKNOWN
The unknown.
-
-
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
-