Class RebuildConfiguration

  • All Implemented Interfaces:
    Describable

    public class RebuildConfiguration
    extends Object
    implements Describable
    This class holds the configuration values for the rebuild action.
    • 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

      • 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.