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