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 boolean
clearDisabledReason()
Set<String>
getConvertedProjectsIds()
boolean
isCustomPathsEnabled()
boolean
isNotPersistedEnabled()
Set<String>
resetConvertedProjectsIds()
void
setConvertedProjectsIds(Set<String> projectsInternalIds, Date conversionDate)
Accepts internal ids of projects whose settings were converted during the last upgrade.void
setDisabledReason(String reason, Date sinceWhen)
void
setNotPersistedEnabled(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()
-
-