| Package | Description |
|---|---|
| com.atlassian.bamboo.performance |
| Modifier and Type | Method and Description |
|---|---|
static ActionIdentifier |
ActionIdentifier.fromKey(String key) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceStatsServiceImpl.recordExecution(ActionIdentifier actionIdentifier,
long durationMillis) |
void |
PerformanceStatsService.recordExecution(ActionIdentifier actionIdentifier,
long durationMillis)
Record execution of an action for which performance was measured.
|
| Constructor and Description |
|---|
PerformanceStatsEvent(ActionIdentifier actionIdentifier,
LocalDate date,
Stats stats) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.