Class TimePeriodNumberOfBuildsCollater
- java.lang.Object
-
- com.atlassian.bamboo.charts.timeperiod.AbstractTimePeriodCollater
-
- com.atlassian.bamboo.charts.collater.TimePeriodNumberOfBuildsCollater
-
- All Implemented Interfaces:
TimePeriodCollater
public class TimePeriodNumberOfBuildsCollater extends AbstractTimePeriodCollater implements TimePeriodCollater
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.charts.timeperiod.AbstractTimePeriodCollater
period, seriesName
-
-
Constructor Summary
Constructors Constructor Description TimePeriodNumberOfBuildsCollater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addResult(ResultStatisticsProvider result)
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
-
-
-
-
Method Detail
-
addResult
public void addResult(ResultStatisticsProvider result)
- Specified by:
addResult
in interfaceTimePeriodCollater
-
getValue
public double getValue()
- Specified by:
getValue
in interfaceTimePeriodCollater
-
-