@ExportedBean public abstract class MeasureBaseModel extends Object
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Api |
getApi()
Exposes this object to the remote API.
|
double |
getAvg() |
int |
getCount() |
double |
getMax() |
double |
getMetricValue(String aggregation)
used by PerfSigBuildActionResultsDisplay
get the avg value of a metric
|
double |
getMin() |
BigDecimal |
getStrAvg() |
double |
getSum() |
public hudson.model.Api getApi()
@Exported public double getSum()
@Exported public int getCount()
@Exported public double getAvg()
public BigDecimal getStrAvg()
@Exported public double getMin()
@Exported public double getMax()
public double getMetricValue(String aggregation)
Copyright © 2016–2017. All rights reserved.