Uses of Class
hudson.plugins.jacoco.JacocoHealthReportThresholds.RESULT

Packages that use JacocoHealthReportThresholds.RESULT
hudson.plugins.jacoco   
 

Uses of JacocoHealthReportThresholds.RESULT in hudson.plugins.jacoco
 

Methods in hudson.plugins.jacoco that return JacocoHealthReportThresholds.RESULT
 JacocoHealthReportThresholds.RESULT JacocoHealthReportThresholds.getResultByTypeAndRatio(Coverage ratio)
           
static JacocoHealthReportThresholds.RESULT JacocoHealthReportThresholds.RESULT.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JacocoHealthReportThresholds.RESULT[] JacocoHealthReportThresholds.RESULT.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2004-2014 Hudson. All Rights Reserved.