Modifier and Type | Method and Description |
---|---|
protected @Nullable Date |
AbstractAuthorReportCollector.getEarliestBuildDate(List<? extends ResultStatisticsProvider> results) |
protected @Nullable Date |
AbstractAuthorReportCollector.getLatestBuildDate(List<? extends ResultStatisticsProvider> results) |
Modifier and Type | Interface and Description |
---|---|
interface |
ChainResultsSummary
Represents an execution result of a
Chain |
interface |
ImmutableChainResultsSummary |
Modifier and Type | Class and Description |
---|---|
class |
ChainResultsSummaryImpl |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,ResultStatisticsProvider> |
BuildFailuresChart.buildResults |
Modifier and Type | Method and Description |
---|---|
protected void |
TestCaseBuildTimesChart.addDataSet(ResultStatisticsProvider result,
org.jfree.data.xy.CategoryTableXYDataset categoryTableXYDataSet) |
Modifier and Type | Method and Description |
---|---|
protected org.jfree.chart.JFreeChart |
TestCaseBuildTimesChart.generateChart(org.jfree.data.xy.CategoryTableXYDataset dataSet,
Map<Integer,ResultStatisticsProvider> resultsMap) |
Modifier and Type | Method and Description |
---|---|
void |
TimePeriodTimeToFixCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodBrokenBuildsCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodSuccessRatioCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodNumberOfTestsCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodLabelUsageRatioCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodAverageDurationCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodAverageQueuedDurationCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodFixedBuildsCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodLabelUsageCountCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodFailuresCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodAverageSuccessDurationCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodAgentUtilizationCollater.addResult(ResultStatisticsProvider result) |
void |
TimePeriodNumberOfBuildsCollater.addResult(ResultStatisticsProvider result) |
Constructor and Description |
---|
BuildResultSuccessFailureRenderer(Map<Integer,? extends ResultStatisticsProvider> resultsMap) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected org.jfree.data.time.TimeTableXYDataset |
AbstractTimePeriodGroupedChart.populateDataSet(Collection<ResultStatisticsProvider> results,
org.jfree.data.time.TimeTableXYDataset dataset,
String seriesName) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
void |
TimePeriodAveragingCollater.addResult(ResultStatisticsProvider result) |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableResultsSummaryImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
BuildResultsSummary
An interface which provides a database persisted version of the
BuildResults |
interface |
ImmutableResultsSummary |
interface |
MutableBuildKeyResultsSummary |
interface |
ResultsSummary
Used to store the result of all
Plan executions |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResultsSummary |
class |
BaseResultSummary
Base class for mutable and immutable result summaries.
|
class |
BuildResultsSummaryImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
TestCaseResultStatisticsProvider
Wrapper class to keep TestCaseResult together with its assciated BuildResultsSummary
Exists to be able to use existing chart generation functionality
|
Modifier and Type | Class and Description |
---|---|
class |
TestCaseResultStatisticsProviderImpl |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.