Uses of Class
com.atlassian.bamboo.performance.ActionIdentifier
-
Uses of ActionIdentifier in com.atlassian.bamboo.performance
Modifier and TypeMethodDescription@NotNull Map<ActionIdentifier,
Stats> PerformanceStatsService.getAndClearStatistics()
Obtain statistics from all action executions registered so far.@NotNull Map<ActionIdentifier,
Stats> PerformanceStatsServiceImpl.getAndClearStatistics()
Modifier and TypeMethodDescriptionvoid
PerformanceStatsService.recordExecution
(@NotNull ActionIdentifier actionIdentifier, long durationMillis) Record execution of an action for which performance was measured.void
PerformanceStatsServiceImpl.recordExecution
(@NotNull ActionIdentifier actionIdentifier, long durationMillis) ModifierConstructorDescriptionPerformanceStatsEvent
(@NotNull ActionIdentifier actionIdentifier, @NotNull LocalDate date, @NotNull Stats stats)