Uses of Interface
com.atlassian.bamboo.utils.statistics.Stats
Packages that use Stats
Package
Description
-
Uses of Stats in com.atlassian.bamboo.matcher.statistics
Methods in com.atlassian.bamboo.matcher.statistics with parameters of type StatsModifier and TypeMethodDescriptionstatic @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 StatsMethods in com.atlassian.bamboo.performance that return StatsMethods in com.atlassian.bamboo.performance that return types with arguments of type StatsModifier and TypeMethodDescription@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 StatsModifierConstructorDescriptionPerformanceStatsEvent
(@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 StatsModifier and TypeMethodDescriptionstatic 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