| Package | Description |
|---|---|
| org.jenkinsci.lib.dtkit.model |
| Modifier and Type | Method and Description |
|---|---|
InputMetricType |
InputMetric.getInputMetricType()
Gives the input metric type (XSL or Other) according the subclass type.
|
InputMetricType |
InputMetricOther.getInputMetricType() |
InputMetricType |
InputMetricXSL.getInputMetricType()
All the subclasses will be of XSL
|
static InputMetricType |
InputMetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputMetricType[] |
InputMetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputMetric.setInputMetricType(InputMetricType inputMetricType) |
Copyright © 2004–2020. All rights reserved.