com.atlassian.bamboo.configuration
Class DefaultSystemStatisticsBean

java.lang.Object
  extended by com.atlassian.bamboo.configuration.DefaultSystemStatisticsBean
All Implemented Interfaces:
SystemStatisticsBean

public class DefaultSystemStatisticsBean
extends java.lang.Object
implements SystemStatisticsBean


Constructor Summary
DefaultSystemStatisticsBean(PlanManager planManager, BuildResultsSummaryManager buildResultsSummaryManager, BuildResultsIndexer buildResultsIndexer)
           
 
Method Summary
 long getApproximateIndexTime()
           
 int getNumberOfPlans()
           
 int getNumberOfResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSystemStatisticsBean

public DefaultSystemStatisticsBean(PlanManager planManager,
                                   BuildResultsSummaryManager buildResultsSummaryManager,
                                   BuildResultsIndexer buildResultsIndexer)
Method Detail

getNumberOfPlans

public int getNumberOfPlans()
Specified by:
getNumberOfPlans in interface SystemStatisticsBean

getNumberOfResults

public int getNumberOfResults()
Specified by:
getNumberOfResults in interface SystemStatisticsBean

getApproximateIndexTime

public long getApproximateIndexTime()
Specified by:
getApproximateIndexTime in interface SystemStatisticsBean


Copyright © 2011 Atlassian. All Rights Reserved.