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(BuildManager buildManager, BuildResultsSummaryManager buildResultsSummaryManager)
           
 
Method Summary
 long getApproximateIndexTime()
           
 int getNumberOfPlans()
           
 int getNumberOfResults()
           
 long getNumberOfTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSystemStatisticsBean

public DefaultSystemStatisticsBean(BuildManager buildManager,
                                   BuildResultsSummaryManager buildResultsSummaryManager)
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

getNumberOfTests

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


Copyright © 2010 Atlassian. All Rights Reserved.