Uses of Class
hudson.plugins.jacococoveragecolumn.CoverageRange

Packages that use CoverageRange
hudson.plugins.jacococoveragecolumn   
 

Uses of CoverageRange in hudson.plugins.jacococoveragecolumn
 

Methods in hudson.plugins.jacococoveragecolumn that return CoverageRange
static CoverageRange CoverageRange.valueOf(Double amount)
           
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.
 



Copyright © 2004-2013 Hudson. All Rights Reserved.