com.atlassian.bamboo.charts.collater
Class TimePeriodSuccessRatioCollater

java.lang.Object
  extended by com.atlassian.bamboo.charts.timeperiod.AbstractTimePeriodCollater
      extended by com.atlassian.bamboo.charts.collater.TimePeriodSuccessRatioCollater
All Implemented Interfaces:
TimePeriodCollater

public class TimePeriodSuccessRatioCollater
extends AbstractTimePeriodCollater
implements TimePeriodCollater


Field Summary
 
Fields inherited from class com.atlassian.bamboo.charts.timeperiod.AbstractTimePeriodCollater
period, seriesName
 
Constructor Summary
TimePeriodSuccessRatioCollater()
           
TimePeriodSuccessRatioCollater(org.jfree.data.time.RegularTimePeriod period)
           
 
Method Summary
 void addResult(ResultStatisticsProvider result)
           
 double getSuccessRatio()
           
 double getValue()
           
 
Methods inherited from class com.atlassian.bamboo.charts.timeperiod.AbstractTimePeriodCollater
getPeriod, getSeriesName, setPeriod, setSeriesName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.charts.collater.TimePeriodCollater
getPeriod, getSeriesName, setPeriod, setSeriesName
 

Constructor Detail

TimePeriodSuccessRatioCollater

public TimePeriodSuccessRatioCollater()

TimePeriodSuccessRatioCollater

public TimePeriodSuccessRatioCollater(org.jfree.data.time.RegularTimePeriod period)
Method Detail

addResult

public void addResult(ResultStatisticsProvider result)
Specified by:
addResult in interface TimePeriodCollater

getValue

public double getValue()
Specified by:
getValue in interface TimePeriodCollater

getSuccessRatio

public double getSuccessRatio()


Copyright © 2012 Atlassian. All Rights Reserved.