hudson.plugins.testabilityexplorer.report.health
Class TestabilityReportBuilder

java.lang.Object
  extended by hudson.plugins.testabilityexplorer.report.health.DrawingReportBuilder
      extended by hudson.plugins.testabilityexplorer.report.health.TestabilityReportBuilder
All Implemented Interfaces:
ReportBuilder

public class TestabilityReportBuilder
extends DrawingReportBuilder

A ReportBuilder that will compute health based on the specified collection of statistics.

Author:
reik.schatz

Constructor Summary
TestabilityReportBuilder(ChartBuilder chartBuilder, HealthCalculator healthCalculator)
           
 
Method Summary
 hudson.model.HealthReport computeHealth(java.util.Collection<Statistic> results)
           
 
Methods inherited from class hudson.plugins.testabilityexplorer.report.health.DrawingReportBuilder
createGraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestabilityReportBuilder

public TestabilityReportBuilder(ChartBuilder chartBuilder,
                                HealthCalculator healthCalculator)
Method Detail

computeHealth

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


Copyright © 2008. All Rights Reserved.