Uses of Interface
com.atlassian.bamboo.resultsummary.ResultStatisticsProvider
-
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.author.collector
Method parameters in com.atlassian.bamboo.author.collector with type arguments of type ResultStatisticsProvider Modifier and Type Method Description protected @Nullable Date
AbstractAuthorReportCollector. getEarliestBuildDate(List<? extends ResultStatisticsProvider> results)
protected @Nullable Date
AbstractAuthorReportCollector. getLatestBuildDate(List<? extends ResultStatisticsProvider> results)
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.chains
Subinterfaces of ResultStatisticsProvider in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
ChainResultsSummary
Represents an execution result of aChain
interface
ImmutableChainResultsSummary
Classes in com.atlassian.bamboo.chains that implement ResultStatisticsProvider Modifier and Type Class Description class
ChainResultsSummaryImpl
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.charts
Fields in com.atlassian.bamboo.charts with type parameters of type ResultStatisticsProvider Modifier and Type Field Description protected Map<Integer,ResultStatisticsProvider>
BuildFailuresChart. buildResults
Methods in com.atlassian.bamboo.charts with parameters of type ResultStatisticsProvider Modifier and Type Method Description protected void
TestCaseBuildTimesChart. addDataSet(ResultStatisticsProvider result, org.jfree.data.xy.CategoryTableXYDataset categoryTableXYDataSet)
Method parameters in com.atlassian.bamboo.charts with type arguments of type ResultStatisticsProvider Modifier and Type Method Description protected org.jfree.chart.JFreeChart
TestCaseBuildTimesChart. generateChart(org.jfree.data.xy.CategoryTableXYDataset dataSet, Map<Integer,ResultStatisticsProvider> resultsMap)
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.charts.collater
Methods in com.atlassian.bamboo.charts.collater with parameters of type ResultStatisticsProvider Modifier and Type Method Description void
TimePeriodAgentUtilizationCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodAverageDurationCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodAverageQueuedDurationCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodAverageSuccessDurationCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodBrokenBuildsCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodFailuresCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodFixedBuildsCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodLabelUsageCountCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodLabelUsageRatioCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodNumberOfBuildsCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodNumberOfTestsCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodSuccessRatioCollater. addResult(ResultStatisticsProvider result)
void
TimePeriodTimeToFixCollater. addResult(ResultStatisticsProvider result)
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.charts.renderer
Constructor parameters in com.atlassian.bamboo.charts.renderer with type arguments of type ResultStatisticsProvider Constructor Description BuildResultSuccessFailureRenderer(Map<Integer,? extends ResultStatisticsProvider> resultsMap)
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.charts.timeperiod
Methods in com.atlassian.bamboo.charts.timeperiod with parameters of type ResultStatisticsProvider Modifier and Type Method Description protected abstract TimePeriodCollater
AbstractTimePeriodGroupedChart. createNewPeriod(Date buildDate, ResultStatisticsProvider result, String seriesName)
protected TimePeriodCollater
AverageDurationLineChart. createNewPeriod(Date buildDate, ResultStatisticsProvider result, String seriesName)
protected TimePeriodCollater
SuccessRatioStackedAreaChart. createNewPeriod(Date buildDate, ResultStatisticsProvider result, String seriesName)
Method parameters in com.atlassian.bamboo.charts.timeperiod with type arguments of type ResultStatisticsProvider Modifier and Type Method Description protected org.jfree.data.time.TimeTableXYDataset
AbstractTimePeriodGroupedChart. populateDataSet(Collection<ResultStatisticsProvider> results, org.jfree.data.time.TimeTableXYDataset dataset, String seriesName)
Constructor parameters in com.atlassian.bamboo.charts.timeperiod with type arguments of type ResultStatisticsProvider Constructor Description AverageDurationLineChart(int height, int width, String periodRange, List<? extends ResultStatisticsProvider> filteredResults, @NotNull com.atlassian.core.i18n.I18nTextProvider i18n)
SuccessRatioStackedAreaChart(int height, int width, String periodRange, Collection<? extends ResultStatisticsProvider> results, @NotNull com.atlassian.core.i18n.I18nTextProvider i18n)
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.clover.charts.collater
Methods in com.atlassian.bamboo.clover.charts.collater with parameters of type ResultStatisticsProvider Modifier and Type Method Description void
TimePeriodAveragingCollater. addResult(ResultStatisticsProvider result)
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.plan.cache
Classes in com.atlassian.bamboo.plan.cache that implement ResultStatisticsProvider Modifier and Type Class Description class
ImmutableResultsSummaryImpl
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary
Subinterfaces of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary Modifier and Type Interface Description interface
BuildResultsSummary
An interface which provides a database persisted version of theBuildResults
interface
ImmutableResultsSummary
interface
MutableBuildKeyResultsSummary
interface
ResultsSummary
Used to store the result of allPlan
executionsClasses in com.atlassian.bamboo.resultsummary that implement ResultStatisticsProvider Modifier and Type Class Description class
AbstractResultsSummary
class
BaseResultSummary
Base class for mutable and immutable result summaries.class
BuildResultsSummaryImpl
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary.tests
Subinterfaces of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary.tests Modifier and Type Interface Description interface
TestCaseResultStatisticsProvider
Wrapper class to keep TestCaseResult together with its assciated BuildResultsSummary Exists to be able to use existing chart generation functionalityClasses in com.atlassian.bamboo.resultsummary.tests that implement ResultStatisticsProvider Modifier and Type Class Description class
TestCaseResultStatisticsProviderImpl
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type ResultStatisticsProvider Modifier and Type Method Description static @NotNull com.google.common.collect.Ordering<ResultStatisticsProvider>
Comparators. getBuildDateOrdering()
-