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
computeHealth
hudson.model.HealthReport computeHealth(java.util.Collection<Statistic> results)
createGraph
org.jfree.chart.JFreeChart createGraph(RangedTrend rangedTrend)
Copyright © 2009. All Rights Reserved.