Uses of Interface
com.atlassian.bamboo.utils.statistics.Stats
Package
Description
-
Uses of Stats in com.atlassian.bamboo.matcher.statistics
Modifier and TypeMethodDescriptionstatic @NotNull StatsMatcher
StatsMatcher.equalToWithPrecision
(@NotNull Stats expectedStats, double precision) -
Uses of Stats 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()
ModifierConstructorDescriptionPerformanceStatsEvent
(@NotNull ActionIdentifier actionIdentifier, @NotNull LocalDate date, @NotNull Stats stats) -
Uses of Stats in com.atlassian.bamboo.testutils.statistics
Modifier and TypeMethodDescriptionstatic Stats
StatsAccumulatorTestHelper.createExpectedStats
(List<Double> data) -
Uses of Stats in com.atlassian.bamboo.utils.statistics