Class FilteredVariablesHeader.FilteredVariable
java.lang.Object
hudson.model.AbstractDescribableImpl<FilteredVariablesHeader.FilteredVariable>
au.com.centrumsystems.hudson.plugin.buildpipeline.extension.FilteredVariablesHeader.FilteredVariable
- All Implemented Interfaces:
Describable<FilteredVariablesHeader.FilteredVariable>
- Enclosing class:
- FilteredVariablesHeader
public static class FilteredVariablesHeader.FilteredVariable
extends AbstractDescribableImpl<FilteredVariablesHeader.FilteredVariable>
UI placeholder for a string (yey)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDescriptor class, since we're in the UI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the variable to showvoidsetVariableName(String variableName) Set the name of the variableMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
FilteredVariable
Default constructor- Parameters:
variableName- name of the variable
-
-
Method Details
-
getVariableName
Get the name of the variable to show- Returns:
- the name of the variable
-
setVariableName
Set the name of the variable- Parameters:
variableName- the name of the variable
-