Package com.atlassian.bamboo.ww2.aware
Interface StatisticsAware
-
- All Superinterfaces:
PlanAware,ResultsListAware
- All Known Implementing Classes:
ViewBuild,ViewChainSummary
public interface StatisticsAware extends ResultsListAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticsCollectorgetStatistics()voidsetStatistics(StatisticsCollector statistics)-
Methods inherited from interface com.atlassian.bamboo.ww2.aware.PlanAware
getImmutablePlan, getMutablePlan, getPlan, setPlan
-
Methods inherited from interface com.atlassian.bamboo.ww2.aware.ResultsListAware
getResultsList, setResultsList
-
-
-
-
Method Detail
-
getStatistics
StatisticsCollector getStatistics()
-
setStatistics
void setStatistics(StatisticsCollector statistics)
-
-