Uses of Interface
com.atlassian.bamboo.resultsummary.ResultStatisticsProvider
Package
Description
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.author.collector
Modifier and TypeMethodDescriptionprotected @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
Modifier and TypeInterfaceDescriptioninterface
Represents an execution result of aChain
interface
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.charts
Modifier and TypeFieldDescriptionprotected Map<Integer,
ResultStatisticsProvider> BuildFailuresChart.buildResults
Modifier and TypeMethodDescriptionprotected void
TestCaseBuildTimesChart.addDataSet
(ResultStatisticsProvider result, org.jfree.data.xy.CategoryTableXYDataset categoryTableXYDataSet) Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionvoid
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
ModifierConstructorDescriptionBuildResultSuccessFailureRenderer
(Map<Integer, ? extends ResultStatisticsProvider> resultsMap) -
Uses of ResultStatisticsProvider in com.atlassian.bamboo.charts.timeperiod
Modifier and TypeMethodDescriptionprotected 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) Modifier and TypeMethodDescriptionprotected org.jfree.data.time.TimeTableXYDataset
AbstractTimePeriodGroupedChart.populateDataSet
(Collection<ResultStatisticsProvider> results, org.jfree.data.time.TimeTableXYDataset dataset, String seriesName) ModifierConstructorDescriptionAverageDurationLineChart
(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
Modifier and TypeMethodDescriptionvoid
TimePeriodAveragingCollater.addResult
(ResultStatisticsProvider result) -
Uses of ResultStatisticsProvider in com.atlassian.bamboo.plan.cache
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary
Modifier and TypeInterfaceDescriptioninterface
An interface which provides a database persisted version of theBuildResults
interface
interface
interface
Used to store the result of allPlan
executionsModifier and TypeClassDescriptionclass
class
Base class for mutable and immutable result summaries.class
-
Uses of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary.tests
Modifier and TypeInterfaceDescriptioninterface
Wrapper class to keep TestCaseResult together with its assciated BuildResultsSummary Exists to be able to use existing chart generation functionality -
Uses of ResultStatisticsProvider in com.atlassian.bamboo.utils
Modifier and TypeMethodDescriptionstatic @NotNull com.google.common.collect.Ordering<ResultStatisticsProvider>
Comparators.getBuildDateOrdering()