Package | Description |
---|---|
com.atlassian.bamboo.matcher.statistics | |
com.atlassian.bamboo.performance | |
com.atlassian.bamboo.testutils.statistics | |
com.atlassian.bamboo.utils.statistics |
Modifier and Type | Method and Description |
---|---|
static StatsMatcher |
StatsMatcher.equalToWithPrecision(Stats expectedStats,
double precision) |
Modifier and Type | Class and Description |
---|---|
class |
StatsImpl |
Modifier and Type | Method and Description |
---|---|
Stats |
StatsAccumulatorImpl.getStats() |
Modifier and Type | Method and Description |
---|---|
Map<ActionIdentifier,Stats> |
PerformanceStatsServiceImpl.getAndClearStatistics() |
Map<ActionIdentifier,Stats> |
PerformanceStatsService.getAndClearStatistics()
Obtain statistics from all action executions registered so far.
|
Constructor and Description |
---|
PerformanceStatsEvent(ActionIdentifier actionIdentifier,
LocalDate date,
Stats stats) |
Modifier and Type | Method and Description |
---|---|
static Stats |
StatsAccumulatorTestHelper.createExpectedStats(List<Double> data) |
Modifier and Type | Method and Description |
---|---|
Stats |
StatsAccumulator.getStats()
Get a snapshot of statistics from values accumulated so far.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.