Uses of Interface
com.atlassian.bamboo.utils.statistics.Stats
-
Packages that use Stats Package Description com.atlassian.bamboo.matcher.statistics com.atlassian.bamboo.performance com.atlassian.bamboo.testutils.statistics com.atlassian.bamboo.utils.statistics -
-
Uses of Stats in com.atlassian.bamboo.matcher.statistics
Methods in com.atlassian.bamboo.matcher.statistics with parameters of type Stats Modifier and Type Method Description static @NotNull StatsMatcher
StatsMatcher. equalToWithPrecision(@NotNull Stats expectedStats, double precision)
-
Uses of Stats in com.atlassian.bamboo.performance
Classes in com.atlassian.bamboo.performance that implement Stats Modifier and Type Class Description class
StatsImpl
Methods in com.atlassian.bamboo.performance that return Stats Modifier and Type Method Description Stats
StatsAccumulatorImpl. getStats()
Methods in com.atlassian.bamboo.performance that return types with arguments of type Stats 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()
Constructors in com.atlassian.bamboo.performance with parameters of type Stats Constructor Description PerformanceStatsEvent(@NotNull ActionIdentifier actionIdentifier, @NotNull LocalDate date, @NotNull Stats stats)
-
Uses of Stats in com.atlassian.bamboo.testutils.statistics
Methods in com.atlassian.bamboo.testutils.statistics that return Stats Modifier and Type Method Description static Stats
StatsAccumulatorTestHelper. createExpectedStats(List<Double> data)
-
Uses of Stats in com.atlassian.bamboo.utils.statistics
Methods in com.atlassian.bamboo.utils.statistics that return Stats Modifier and Type Method Description Stats
StatsAccumulator. getStats()
Get a snapshot of statistics from values accumulated so far.
-