Uses of Class
hudson.plugins.emma.Rule

Packages that use Rule
hudson.plugins.emma   
hudson.plugins.emma.rules   
 

Uses of Rule in hudson.plugins.emma
 

Fields in hudson.plugins.emma declared as Rule
 Rule EmmaPublisher.rule
          Rule to be enforced.
 

Methods in hudson.plugins.emma with parameters of type Rule
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 Rule
EmmaBuildAction(hudson.model.AbstractBuild<?,?> owner, Rule rule, Ratio classCoverage, Ratio methodCoverage, Ratio blockCoverage, Ratio lineCoverage, Ratio conditionCoverage, EmmaHealthReportThresholds thresholds)
           
 

Uses of Rule in hudson.plugins.emma.rules
 

Subclasses of Rule in hudson.plugins.emma.rules
 class LineCoveragePerSourceFileRule
          Flags a failure if the line coverage of a source file goes below a certain threashold.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.