Package com.sonyericsson.rebuild
Class RebuildConfiguration
java.lang.Object
com.sonyericsson.rebuild.RebuildConfiguration
- All Implemented Interfaces:
Describable
This class holds the configuration values for the rebuild action.
-
Constructor Summary
ConstructorsConstructorDescriptionRebuildConfiguration
(boolean rememberPasswordEnabled) Constructs a new configuration object. -
Method Summary
Modifier and TypeMethodDescriptionboolean
True if the password field should be pre-filled.void
setRememberPasswordEnabled
(boolean rememberPasswordEnabled) Set the password remember field.toString()
-
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
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable
-
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.
-