Uses of Class
com.atlassian.bamboo.performance.ActionIdentifier
-
Packages that use ActionIdentifier Package Description com.atlassian.bamboo.performance -
-
Uses of ActionIdentifier in com.atlassian.bamboo.performance
Methods in com.atlassian.bamboo.performance that return ActionIdentifier Modifier and Type Method Description static ActionIdentifier
ActionIdentifier. fromKey(@NotNull String key)
Methods in com.atlassian.bamboo.performance that return types with arguments of type ActionIdentifier Modifier and Type Method Description @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 ActionIdentifier Modifier and Type Method Description void
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 ActionIdentifier Constructor Description PerformanceStatsEvent(@NotNull ActionIdentifier actionIdentifier, @NotNull LocalDate date, @NotNull Stats stats)
-