Uses of Class
hudson.plugins.emma.EmmaHealthReportThresholds

Packages that use EmmaHealthReportThresholds
hudson.plugins.emma   
 

Uses of EmmaHealthReportThresholds in hudson.plugins.emma
 

Fields in hudson.plugins.emma declared as EmmaHealthReportThresholds
 EmmaHealthReportThresholds EmmaPublisher.healthReports
          HealthReport thresholds to apply.
 

Methods in hudson.plugins.emma with parameters of type EmmaHealthReportThresholds
static EmmaBuildAction EmmaBuildAction.load(hudson.model.AbstractBuild<?,?> owner, Rule rule, EmmaHealthReportThresholds thresholds, hudson.FilePath... files)
          Constructs the object from emma XML report files.
static EmmaBuildAction EmmaBuildAction.load(hudson.model.AbstractBuild<?,?> owner, Rule rule, EmmaHealthReportThresholds thresholds, InputStream... streams)
           
 

Constructors in hudson.plugins.emma with parameters of type EmmaHealthReportThresholds
EmmaBuildAction(hudson.model.AbstractBuild<?,?> owner, Rule rule, Ratio classCoverage, Ratio methodCoverage, Ratio blockCoverage, Ratio lineCoverage, Ratio conditionCoverage, EmmaHealthReportThresholds thresholds)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.