Uses of Interface
hudson.plugins.testabilityexplorer.report.health.ReportBuilder

Packages that use ReportBuilder
hudson.plugins.testabilityexplorer.helpers   
hudson.plugins.testabilityexplorer.publisher   
hudson.plugins.testabilityexplorer.report   
hudson.plugins.testabilityexplorer.report.health   
 

Uses of ReportBuilder in hudson.plugins.testabilityexplorer.helpers
 

Methods in hudson.plugins.testabilityexplorer.helpers that return ReportBuilder
 ReportBuilder BuildProxy.getReportBuilder()
           
 

Constructors in hudson.plugins.testabilityexplorer.helpers with parameters of type ReportBuilder
BuildProxy(hudson.FilePath moduleRoot, StatisticsParser statisticsParser, CostDetailBuilder detailBuilder, ReportBuilder reportBuilder)
           
 

Uses of ReportBuilder in hudson.plugins.testabilityexplorer.publisher
 

Methods in hudson.plugins.testabilityexplorer.publisher that return ReportBuilder
 ReportBuilder ExtractAndBuildDelegate.newReportBuilder()
           
 ReportBuilder MavenPublisher.newReportBuilder()
           
 ReportBuilder FreestylePublisher.newReportBuilder()
           
 

Uses of ReportBuilder in hudson.plugins.testabilityexplorer.report
 

Constructors in hudson.plugins.testabilityexplorer.report with parameters of type ReportBuilder
AbstractBuildReport(java.util.Collection<Statistic> results, ReportBuilder reportBuilder, CostDetailBuilder detailBuilder)
           
BuildAggregatedReport(hudson.maven.MavenModuleSetBuild build, java.util.Collection<Statistic> results, ReportBuilder reportBuilder, CostDetailBuilder detailBuilder)
           
BuildIndividualReport(java.util.Collection<Statistic> results, ReportBuilder reportBuilder, CostDetailBuilder detailBuilder)
           
 

Uses of ReportBuilder in hudson.plugins.testabilityexplorer.report.health
 

Classes in hudson.plugins.testabilityexplorer.report.health that implement ReportBuilder
 class DrawingReportBuilder
          A ReportBuilder that can created Charts.
 class TestabilityReportBuilder
          A ReportBuilder that will compute health based on the specified collection of statistics.
 



Copyright © 2008. All Rights Reserved.