Package com.atlassian.bamboo.performance
Class PerformanceStatsEvent
java.lang.Object
com.atlassian.bamboo.performance.PerformanceStatsEvent
Analytics event containing performance stats of a single action calculated for a specific date.
- See Also:
-
Constructor Summary
ConstructorDescriptionPerformanceStatsEvent
(@NotNull ActionIdentifier actionIdentifier, @NotNull LocalDate date, @NotNull Stats stats) -
Method Summary
-
Constructor Details
-
PerformanceStatsEvent
public PerformanceStatsEvent(@NotNull @NotNull ActionIdentifier actionIdentifier, @NotNull @NotNull LocalDate date, @NotNull @NotNull Stats stats)
-
-
Method Details
-
getActionType
-
getActionName
-
getDate
-
getInvocations
public long getInvocations() -
getTimeAvg
public double getTimeAvg() -
getTimeMin
public double getTimeMin() -
getTimeMax
public double getTimeMax() -
getTimeStdDev
public double getTimeStdDev() -
getPercentiles
-