Class RestStats
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.model.RestStats
-
public class RestStats extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActionIdentifier()
double
getAverage()
long
getCount()
double
getMax()
double
getMin()
Map<Integer,Double>
getPercentiles()
double
getStdDeviation()
-
-
-
Method Detail
-
getCount
public long getCount()
-
getMin
public double getMin()
-
getMax
public double getMax()
-
getAverage
public double getAverage()
-
getStdDeviation
public double getStdDeviation()
-
getActionIdentifier
public String getActionIdentifier()
-
-