Uses of Class
hudson.plugins.clover.results.ClassCoverage

Packages that use ClassCoverage
hudson.plugins.clover   
hudson.plugins.clover.results   
 

Uses of ClassCoverage in hudson.plugins.clover
 

Methods in hudson.plugins.clover that return ClassCoverage
 ClassCoverage CloverBuildAction.findClassCoverage(java.lang.String name)
          
 

Uses of ClassCoverage in hudson.plugins.clover.results
 

Methods in hudson.plugins.clover.results that return ClassCoverage
 ClassCoverage ProjectCoverage.findClassCoverage(java.lang.String name)
           
 ClassCoverage PackageCoverage.findClassCoverage(java.lang.String name)
           
 ClassCoverage FileCoverage.findClassCoverage(java.lang.String name)
           
abstract  ClassCoverage AbstractClassAggregatedMetrics.findClassCoverage(java.lang.String name)
           
 ClassCoverage FileCoverage.getDynamic(java.lang.String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 

Methods in hudson.plugins.clover.results that return types with arguments of type ClassCoverage
 java.util.List<ClassCoverage> FileCoverage.getChildren()
           
 java.util.List<ClassCoverage> FileCoverage.getClassCoverages()
           
 

Methods in hudson.plugins.clover.results with parameters of type ClassCoverage
 boolean FileCoverage.addClassCoverage(ClassCoverage result)
           
 



Copyright © 2009. All Rights Reserved.