Interface VersionedSettingsOptionsEx
-
- All Superinterfaces:
VersionedSettingsOptions
- All Known Implementing Classes:
VersionedSettingsOptionsImpl
public interface VersionedSettingsOptionsEx extends VersionedSettingsOptions
-
-
Field Summary
-
Fields inherited from interface jetbrains.buildServer.serverSide.impl.versionedSettings.VersionedSettingsOptions
XML_FORMAT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanclearDisabledReason()Set<String>getConvertedProjectsIds()booleanisCustomPathsEnabled()booleanisNotPersistedEnabled()Set<String>resetConvertedProjectsIds()voidsetConvertedProjectsIds(Set<String> projectsInternalIds, Date conversionDate)Accepts internal ids of projects whose settings were converted during the last upgrade.voidsetDisabledReason(String reason, Date sinceWhen)voidsetNotPersistedEnabled(boolean enabled)-
Methods inherited from interface jetbrains.buildServer.serverSide.impl.versionedSettings.VersionedSettingsOptions
getApplySettingsChangesQueueSize, getApplySettingsChangesThreadCount, getCommitDelaySeconds, getCommitMessagePrefix, getCompletePendingTransactionsTimeoutSeconds, getDefaultSettingsDirName, getPendingDeletesDirName, getSettingsConversionDate, getSettingsPluginDataDirName, getVersionedSettingsContentDir, getVersionedSettingsStatusUpdateIntervalMillis, isApplyVcsChangesEnabled, isAsyncVcsChangesApplication, isCheckAllowedUuids, isCommitDiskChangesEnabled, isCompletePendingTransactions, isEnabled, isFreezeSettingsEnabled, isRequireFirstRevisionForProjectLoad, isSettingBranchesEnabled, isShowCustomSettingsFormats, isShowGenerateDslProjectAction, isSupplySuitableConfigurations
-
-
-
-
Method Detail
-
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-
-
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()
-
-