- All Implemented Interfaces:
Serializable
,Comparable<GHCheckRun.Conclusion>
- Enclosing class:
- GHCheckRun
Final conclusion of the check.
From Check Run
Parameters -
conclusion
.-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GHCheckRun.Conclusion
From.toString()
To string.static GHCheckRun.Conclusion
Returns the enum constant of this type with the specified name.static GHCheckRun.Conclusion[]
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. -
FAILURE
The failure. -
NEUTRAL
The neutral. -
SUCCESS
The success. -
SKIPPED
The skipped. -
STALE
The stale. -
TIMED_OUT
The timed out. -
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 conclusion
-
toString
To string.- Overrides:
toString
in classEnum<GHCheckRun.Conclusion>
- Returns:
- the string
-