Uses of Class
com.atlassian.bamboo.performance.ActionIdentifier
Packages that use ActionIdentifier
-
Uses of ActionIdentifier in com.atlassian.bamboo.performance
Methods in com.atlassian.bamboo.performance that return ActionIdentifierMethods in com.atlassian.bamboo.performance that return types with arguments of type ActionIdentifierModifier and TypeMethodDescription@NotNull Map<ActionIdentifier,
Stats> PerformanceStatsService.getAndClearStatistics()
Obtain statistics from all action executions registered so far.@NotNull Map<ActionIdentifier,
Stats> PerformanceStatsServiceImpl.getAndClearStatistics()
Methods in com.atlassian.bamboo.performance with parameters of type ActionIdentifierModifier 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) Constructors in com.atlassian.bamboo.performance with parameters of type ActionIdentifierModifierConstructorDescriptionPerformanceStatsEvent
(@NotNull ActionIdentifier actionIdentifier, @NotNull LocalDate date, @NotNull Stats stats)