Interface ICheckProcessPreferences


  • public interface ICheckProcessPreferences
    Check process common preferences accessor
    • Method Detail

      • isHideLegacyCheckResults

        boolean isHideLegacyCheckResults()
        Returns:
        the hideLegacyCheckResults
      • isManualRebuildsEnabled

        boolean isManualRebuildsEnabled()
        Returns:
        the manualRebuilsEnabled
      • setHideLegacyCheckResults

        void setHideLegacyCheckResults​(boolean hideLegacyCheckResults)
        Parameters:
        hideLegacyCheckResults - the hideLegacyCheckResults to set
      • setManualRebuildsEnabled

        void setManualRebuildsEnabled​(boolean manualRebuildsEnabled)
        Parameters:
        manualRebuildsEnabled - the manualRebuilsEnabled to set