Enum Class StatJobs.HealthStatus
- All Implemented Interfaces:
- Serializable,- Comparable<StatJobs.HealthStatus>,- Constable
- Enclosing class:
- StatJobs
Deprecated.
Heath status of the builds (use enum not class for it)
 FIXME: Should be refactored to not duplicate logic from Jenkins core.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.static StatJobs.HealthStatusgetHealthStatus(Job job) Deprecated.Deprecated.intgetScore()Deprecated.static StatJobs.HealthStatusDeprecated.Returns the enum constant of this class with the specified name.static StatJobs.HealthStatus[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
HEALTH_OVER_80Deprecated.
- 
HEALTH_60_TO_79Deprecated.
- 
HEALTH_40_TO_59Deprecated.
- 
HEALTH_20_TO_39Deprecated.
- 
HEALTH_0_TO_19Deprecated.
- 
HEALTH_UNKNOWNDeprecated.
 
- 
- 
Method Details- 
valuesDeprecated.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
 
- 
valueOfDeprecated.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 name
- NullPointerException- if the argument is null
 
- 
getHealthStatusDeprecated.
- 
getIconClassNameDeprecated.
- 
getScorepublic int getScore()Deprecated.
- 
getDescriptionDeprecated.
 
- 
HealthReport