Uses of Class
jenkins.management.Badge.Severity
-
Packages that use Badge.Severity Package Description jenkins.management -
-
Uses of Badge.Severity in jenkins.management
Methods in jenkins.management that return Badge.Severity Modifier and Type Method Description static Badge.Severity
Badge.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Badge.Severity[]
Badge.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jenkins.management with parameters of type Badge.Severity Constructor Description Badge(String text, String tooltip, Badge.Severity severity)
Create a new Badge
-