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)
  • Constructor Details

    • FilteredVariable

      @DataBoundConstructor public FilteredVariable(String variableName)
      Default constructor
      Parameters:
      variableName - name of the variable
  • Method Details

    • getVariableName

      public String getVariableName()
      Get the name of the variable to show
      Returns:
      the name of the variable
    • setVariableName

      public void setVariableName(String variableName)
      Set the name of the variable
      Parameters:
      variableName - the name of the variable