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 DateAbstractAuthorReportCollector. getEarliestBuildDate(List<? extends ResultStatisticsProvider> results)protected @Nullable DateAbstractAuthorReportCollector. 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 interfaceChainResultsSummaryRepresents an execution result of aChaininterfaceImmutableChainResultsSummaryClasses in com.atlassian.bamboo.chains that implement ResultStatisticsProvider Modifier and Type Class Description classChainResultsSummaryImpl -
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. buildResultsMethods in com.atlassian.bamboo.charts with parameters of type ResultStatisticsProvider Modifier and Type Method Description protected voidTestCaseBuildTimesChart. 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.JFreeChartTestCaseBuildTimesChart. 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 voidTimePeriodAgentUtilizationCollater. addResult(ResultStatisticsProvider result)voidTimePeriodAverageDurationCollater. addResult(ResultStatisticsProvider result)voidTimePeriodAverageQueuedDurationCollater. addResult(ResultStatisticsProvider result)voidTimePeriodAverageSuccessDurationCollater. addResult(ResultStatisticsProvider result)voidTimePeriodBrokenBuildsCollater. addResult(ResultStatisticsProvider result)voidTimePeriodCollater. addResult(ResultStatisticsProvider result)voidTimePeriodFailuresCollater. addResult(ResultStatisticsProvider result)voidTimePeriodFixedBuildsCollater. addResult(ResultStatisticsProvider result)voidTimePeriodLabelUsageCountCollater. addResult(ResultStatisticsProvider result)voidTimePeriodLabelUsageRatioCollater. addResult(ResultStatisticsProvider result)voidTimePeriodNumberOfBuildsCollater. addResult(ResultStatisticsProvider result)voidTimePeriodNumberOfTestsCollater. addResult(ResultStatisticsProvider result)voidTimePeriodSuccessRatioCollater. addResult(ResultStatisticsProvider result)voidTimePeriodTimeToFixCollater. 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 TimePeriodCollaterAbstractTimePeriodGroupedChart. createNewPeriod(Date buildDate, ResultStatisticsProvider result, String seriesName)protected TimePeriodCollaterAverageDurationLineChart. createNewPeriod(Date buildDate, ResultStatisticsProvider result, String seriesName)protected TimePeriodCollaterSuccessRatioStackedAreaChart. 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.TimeTableXYDatasetAbstractTimePeriodGroupedChart. 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 voidTimePeriodAveragingCollater. 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 classImmutableResultsSummaryImpl -
Uses of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary
Subinterfaces of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary Modifier and Type Interface Description interfaceBuildResultsSummaryAn interface which provides a database persisted version of theBuildResultsinterfaceImmutableResultsSummaryinterfaceMutableBuildKeyResultsSummaryinterfaceResultsSummaryUsed to store the result of allPlanexecutionsClasses in com.atlassian.bamboo.resultsummary that implement ResultStatisticsProvider Modifier and Type Class Description classAbstractResultsSummaryclassBaseResultSummaryBase class for mutable and immutable result summaries.classBuildResultsSummaryImpl -
Uses of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary.tests
Subinterfaces of ResultStatisticsProvider in com.atlassian.bamboo.resultsummary.tests Modifier and Type Interface Description interfaceTestCaseResultStatisticsProviderWrapper 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 classTestCaseResultStatisticsProviderImpl -
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()
-