Uses of Class
io.jenkins.plugins.reporter.model.Palette
-
Packages that use Palette Package Description io.jenkins.plugins.reporter.model -
-
Uses of Palette in io.jenkins.plugins.reporter.model
Methods in io.jenkins.plugins.reporter.model that return Palette Modifier and Type Method Description static Palette
Palette. valueOf(String name)
Returns the enum constant of this type with the specified name.static Palette[]
Palette. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-