Interface VersionedSettingsOptionsEx

    • Method Detail

      • setDisabledReason

        void setDisabledReason​(@NotNull
                               String reason,
                               @NotNull
                               Date sinceWhen)
      • setConvertedProjectsIds

        void setConvertedProjectsIds​(@NotNull
                                     Set<String> projectsInternalIds,
                                     @NotNull
                                     Date conversionDate)
        Accepts internal ids of projects whose settings were converted during the last upgrade.
        Parameters:
        projectsInternalIds -
      • getConvertedProjectsIds

        @NotNull
        Set<String> getConvertedProjectsIds()
      • resetConvertedProjectsIds

        @NotNull
        Set<String> resetConvertedProjectsIds()
      • clearDisabledReason

        boolean clearDisabledReason()
        Returns:
        true if the disabled reason was set before this method call.
      • setNotPersistedEnabled

        void setNotPersistedEnabled​(boolean enabled)
      • isNotPersistedEnabled

        boolean isNotPersistedEnabled()
      • isCustomPathsEnabled

        boolean isCustomPathsEnabled()