@AsynchronousPreferred public class PerformanceStatsEvent extends Object
ActionIdentifier
Constructor and Description |
---|
PerformanceStatsEvent(ActionIdentifier actionIdentifier,
LocalDate date,
Stats stats) |
Modifier and Type | Method and Description |
---|---|
String |
getActionName() |
String |
getActionType() |
String |
getDate() |
long |
getInvocations() |
Map<String,Double> |
getPercentiles() |
double |
getTimeAvg() |
double |
getTimeMax() |
double |
getTimeMin() |
double |
getTimeStdDev() |
public PerformanceStatsEvent(@NotNull ActionIdentifier actionIdentifier, @NotNull LocalDate date, @NotNull Stats stats)
public String getActionType()
public String getActionName()
public String getDate()
public long getInvocations()
public double getTimeAvg()
public double getTimeMin()
public double getTimeMax()
public double getTimeStdDev()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.