com.atlassian.bamboo.configuration
Class DefaultSystemStatisticsBean

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

public class DefaultSystemStatisticsBean
extends Object
implements SystemStatisticsBean


Constructor Summary
DefaultSystemStatisticsBean(IndexerManager indexerManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
           
 
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(IndexerManager indexerManager,
                                   PlanManager planManager,
                                   ResultsSummaryManager resultsSummaryManager)
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 © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.