public class LoadtestBuilderThresholdModel extends hudson.model.AbstractDescribableImpl<LoadtestBuilderThresholdModel>
Modifier and Type | Class and Description |
---|---|
static class |
LoadtestBuilderThresholdModel.DescriptorImlp |
Modifier and Type | Field and Description |
---|---|
static List<ThresholdDirection> |
evaluationDirections |
static List<LoadtestThresholdMetric> |
metricTypes |
Constructor and Description |
---|
LoadtestBuilderThresholdModel(String metricType,
String evaluationDirection,
double numericValue) |
Modifier and Type | Method and Description |
---|---|
String |
getEvaluationDirection() |
LoadtestThresholdMetric |
getLoadtestThresholdMetric() |
String |
getMetricType() |
double |
getNumericValue() |
ThresholdDirection |
getThresholdDirection() |
public static final List<LoadtestThresholdMetric> metricTypes
public static final List<ThresholdDirection> evaluationDirections
public String getMetricType()
public String getEvaluationDirection()
public LoadtestThresholdMetric getLoadtestThresholdMetric()
public ThresholdDirection getThresholdDirection()
public double getNumericValue()
Copyright © 2004-2016. All Rights Reserved.