Uses of Interface
com.atlassian.bamboo.build.statistics.StatisticsCollector

Packages that use StatisticsCollector
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.statistics   
com.atlassian.bamboo.ww2.actions.chains   
com.atlassian.bamboo.ww2.aware   
 

Uses of StatisticsCollector in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return StatisticsCollector
 StatisticsCollector ViewBuild.getStatistics()
           
 

Methods in com.atlassian.bamboo.build with parameters of type StatisticsCollector
 void ViewBuild.setStatistics(StatisticsCollector statistics)
           
 

Uses of StatisticsCollector in com.atlassian.bamboo.build.statistics
 

Classes in com.atlassian.bamboo.build.statistics that implement StatisticsCollector
 class StatisticsCollectorImpl
           
 

Uses of StatisticsCollector in com.atlassian.bamboo.ww2.actions.chains
 

Methods in com.atlassian.bamboo.ww2.actions.chains that return StatisticsCollector
 StatisticsCollector ViewChainSummary.getStatistics()
           
 

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type StatisticsCollector
 void ViewChainSummary.setStatistics(StatisticsCollector statistics)
           
 

Uses of StatisticsCollector in com.atlassian.bamboo.ww2.aware
 

Methods in com.atlassian.bamboo.ww2.aware that return StatisticsCollector
 StatisticsCollector StatisticsAware.getStatistics()
           
 

Methods in com.atlassian.bamboo.ww2.aware with parameters of type StatisticsCollector
 void StatisticsAware.setStatistics(StatisticsCollector statistics)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.