@ExportedBean public class TestRunMeasure extends Object implements Serializable
| Constructor and Description |
|---|
TestRunMeasure(Object attr) |
| Modifier and Type | Method and Description |
|---|---|
double |
getExpectedMax() |
double |
getExpectedMin() |
String |
getMetricGroup() |
String |
getName() |
int |
getNumDegradedRuns() |
int |
getNumFailingOrInvalidatedRuns() |
int |
getNumImprovedRuns() |
int |
getNumValidRuns() |
String |
getUnit() |
double |
getValue() |
double |
getViolationPercentage() |
public TestRunMeasure(Object attr)
@Exported public double getExpectedMax()
@Exported public double getExpectedMin()
@Exported public double getValue()
@Exported public double getViolationPercentage()
@Exported public String getMetricGroup()
@Exported public String getName()
@Exported public String getUnit()
@Exported public int getNumDegradedRuns()
@Exported public int getNumFailingOrInvalidatedRuns()
@Exported public int getNumImprovedRuns()
@Exported public int getNumValidRuns()
Copyright © 2016. All rights reserved.