public static class FilteredVariablesHeader.FilteredVariable extends hudson.model.AbstractDescribableImpl<FilteredVariablesHeader.FilteredVariable>
Modifier and Type | Class and Description |
---|---|
static class |
FilteredVariablesHeader.FilteredVariable.DescriptorImpl
Descriptor class, since we're in the UI
|
Constructor and Description |
---|
FilteredVariable(String variableName)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getVariableName()
Get the name of the variable to show
|
void |
setVariableName(String variableName)
Set the name of the variable
|
@DataBoundConstructor public FilteredVariable(String variableName)
variableName
- name of the variableCopyright © 2004–2017. All rights reserved.