Uses of Class
hudson.plugins.emma.AggregatedReport

Packages that use AggregatedReport
hudson.plugins.emma   
 

Uses of AggregatedReport in hudson.plugins.emma
 

Classes in hudson.plugins.emma with type parameters of type AggregatedReport
 class AbstractReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends CoverageObject<SELF>>
          Base class of the coverage report tree, which maintains the details of the coverage report.
 class AggregatedReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends AggregatedReport<PARENT,SELF,CHILD>,CHILD extends AbstractReport<SELF,CHILD>>
          Reports that have children.
 class AggregatedReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends AggregatedReport<PARENT,SELF,CHILD>,CHILD extends AbstractReport<SELF,CHILD>>
          Reports that have children.
 

Subclasses of AggregatedReport in hudson.plugins.emma
 class ClassReport
           
 class CoverageReport
          Root object of the coverage report.
 class PackageReport
           
 class SourceFileReport
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.