Package com.sonyericsson.rebuild
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 Summary
Constructors Constructor Description RebuildConfiguration(boolean rememberPasswordEnabled)
Constructs a new configuration object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Descriptor
getDescriptor()
boolean
isRememberPasswordEnabled()
True if the password field should be pre-filled.void
setRememberPasswordEnabled(boolean rememberPasswordEnabled)
Set the password remember field.String
toString()
-
-
-
Constructor Detail
-
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 Detail
-
getDescriptor
public Descriptor 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.
-
-