Uses of Interface
com.atlassian.bamboo.resultsummary.ResultStatisticsProvider

Packages that use ResultStatisticsProvider
com.atlassian.bamboo.charts   
com.atlassian.bamboo.charts.collater   
com.atlassian.bamboo.charts.timeperiod   
com.atlassian.bamboo.index   
com.atlassian.bamboo.results.tests   
com.atlassian.bamboo.resultsummary   
 

Uses of ResultStatisticsProvider in com.atlassian.bamboo.charts
 

Methods in com.atlassian.bamboo.charts with parameters of type ResultStatisticsProvider
protected  void TestCaseBuildTimesChart.addDataSet(ResultStatisticsProvider result, org.jfree.data.xy.CategoryTableXYDataset categoryTableXYDataSet)
           
 

Uses of ResultStatisticsProvider in com.atlassian.bamboo.charts.collater
 

Methods in com.atlassian.bamboo.charts.collater with parameters of type ResultStatisticsProvider
 void TimePeriodCoverageCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodLinesOfCodeCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodNumberOfBuildsCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodFailuresCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodTimeToFixCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodSuccessRatioCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodAverageSuccessDurationCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodBrokenBuildsCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodNumberOfTestsCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodAverageDurationCollater.addResult(ResultStatisticsProvider result)
           
 void TimePeriodFixedBuildsCollater.addResult(ResultStatisticsProvider result)
           
 

Uses of ResultStatisticsProvider in com.atlassian.bamboo.charts.timeperiod
 

Methods in com.atlassian.bamboo.charts.timeperiod with parameters of type ResultStatisticsProvider
protected  TimePeriodCollater BreakagesLineChart.createNewPeriod(java.util.Date buildDate, ResultStatisticsProvider result, java.lang.String seriesName)
           
protected  TimePeriodCollater AverageDurationLineChart.createNewPeriod(java.util.Date buildDate, ResultStatisticsProvider result, java.lang.String seriesName)
           
protected abstract  TimePeriodCollater AbstractTimePeriodGroupedChart.createNewPeriod(java.util.Date buildDate, ResultStatisticsProvider result, java.lang.String seriesName)
           
protected  TimePeriodCollater SuccessRatioStackedAreaChart.createNewPeriod(java.util.Date buildDate, ResultStatisticsProvider result, java.lang.String seriesName)
           
 

Uses of ResultStatisticsProvider in com.atlassian.bamboo.index
 

Classes in com.atlassian.bamboo.index that implement ResultStatisticsProvider
 class BuildResultsSummaryDocument
          A lucene implementation of an AbstractBuildResultsSummary which mirrors the BuildResultsSummary object closely.
 class TestCaseResultDocument
           
 

Uses of ResultStatisticsProvider in com.atlassian.bamboo.results.tests
 

Subinterfaces of ResultStatisticsProvider in com.atlassian.bamboo.results.tests
 interface TestCaseResult
           
 

Classes in com.atlassian.bamboo.results.tests that implement ResultStatisticsProvider
 class TestCaseResultWrapper
          A wrapper class around the Test Results object.
 class TestClassResultWrapper
          A wrapper object around the TestClassResult underlying object

This will hold more information about a particular test class result

including knowing state, build numberes, etc...

 

Uses of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary
 

Subinterfaces of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary
 interface BuildResultsSummary
          An interface which provides a database persisted version of the BuildResults
 interface ExtendedBuildResultsSummary
           
 

Classes in com.atlassian.bamboo.resultsummary that implement ResultStatisticsProvider
 class AbstractBuildResultsSummary
           
 class BuildResultsSummaryForTesting
           
 class BuildResultsSummaryImpl
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.