Class PerformanceStatsEvent

java.lang.Object
com.atlassian.bamboo.performance.PerformanceStatsEvent

@AsynchronousPreferred public class PerformanceStatsEvent extends Object
Analytics event containing performance stats of a single action calculated for a specific date.
See Also:
  • Constructor Details

    • PerformanceStatsEvent

      public PerformanceStatsEvent(@NotNull @NotNull ActionIdentifier actionIdentifier, @NotNull @NotNull LocalDate date, @NotNull @NotNull Stats stats)
  • Method Details

    • getActionType

      public String getActionType()
    • getActionName

      public String getActionName()
    • getDate

      public String getDate()
    • getInvocations

      public long getInvocations()
    • getTimeAvg

      public double getTimeAvg()
    • getTimeMin

      public double getTimeMin()
    • getTimeMax

      public double getTimeMax()
    • getTimeStdDev

      public double getTimeStdDev()
    • getPercentiles

      public Map<String,Double> getPercentiles()