Class RebuildSettings

    • Constructor Detail

      • RebuildSettings

        @DataBoundConstructor
        public RebuildSettings​(boolean autoRebuild,
                               boolean rebuildDisabled)
        RebuildSettings constructor.
        Parameters:
        autoRebuild - boolean.
        rebuildDisabled - boolean.
    • Method Detail

      • getAutoRebuild

        public boolean getAutoRebuild()
        Method returns autoRebuild.
        Returns:
        autoRebuild boolean.
      • getRebuildDisabled

        public boolean getRebuildDisabled()
        Method returns rebuildDisabled.
        Returns:
        rebuildDisabled boolean.