Class RebuildConfiguration

java.lang.Object
com.sonyericsson.rebuild.RebuildConfiguration
All Implemented Interfaces:
Describable

public class RebuildConfiguration extends Object implements Describable
This class holds the configuration values for the rebuild action.
  • Constructor Details

    • RebuildConfiguration

      @DataBoundConstructor public RebuildConfiguration(boolean rememberPasswordEnabled)
      Constructs a new configuration object.
      Parameters:
      rememberPasswordEnabled - indicates whether the password field should be pre-filled or empty when rebuilding a job with a password parameter.
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getDescriptor

      public Descriptor getDescriptor()
      Specified by:
      getDescriptor in interface Describable
    • isRememberPasswordEnabled

      public boolean isRememberPasswordEnabled()
      True if the password field should be pre-filled.
      Returns:
      true if the password field should be pre-filled.
    • setRememberPasswordEnabled

      public void setRememberPasswordEnabled(boolean rememberPasswordEnabled)
      Set the password remember field.
      Parameters:
      rememberPasswordEnabled - boolean.