hudson.plugins.testabilityexplorer.report.health
Interface ReportBuilder

All Known Implementing Classes:
DrawingReportBuilder, TestabilityReportBuilder

public interface ReportBuilder

The ReportBuilder is responsible for different tasks that relate to reporting activities such as creating HealthReport's or initializing charts.

Author:
reik.schatz

Method Summary
 hudson.model.HealthReport computeHealth(java.util.Collection<Statistic> results)
           
 org.jfree.chart.JFreeChart createGraph(RangedTrend rangedTrend)
           
 

Method Detail

computeHealth

hudson.model.HealthReport computeHealth(java.util.Collection<Statistic> results)

createGraph

org.jfree.chart.JFreeChart createGraph(RangedTrend rangedTrend)


Copyright © 2008. All Rights Reserved.