public class GenericVariable extends hudson.model.AbstractDescribableImpl<GenericVariable>
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericVariable.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static GenericVariable.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
GenericVariable(String key,
String value,
ExpressionType expressionType,
String regexpFilter) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionType |
getExpressionType() |
String |
getKey() |
String |
getRegexpFilter() |
String |
getValue() |
String |
toString() |
@Extension public static final GenericVariable.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public GenericVariable(String key, String value, ExpressionType expressionType, String regexpFilter)
Copyright © 2016–2017. All rights reserved.