Interface VersionedSettingsOptions
-
- All Known Subinterfaces:
VersionedSettingsOptionsEx
- All Known Implementing Classes:
VersionedSettingsOptionsImpl
public interface VersionedSettingsOptions
-
-
Field Summary
Fields Modifier and Type Field Description static String
XML_FORMAT
-
Method Summary
-
-
-
Field Detail
-
XML_FORMAT
static final String XML_FORMAT
- See Also:
- Constant Field Values
-
-
Method Detail
-
isEnabled
boolean isEnabled()
-
isApplyVcsChangesEnabled
boolean isApplyVcsChangesEnabled()
-
isCommitDiskChangesEnabled
boolean isCommitDiskChangesEnabled()
-
isFreezeSettingsEnabled
boolean isFreezeSettingsEnabled()
-
isSettingBranchesEnabled
boolean isSettingBranchesEnabled()
-
isSupplySuitableConfigurations
boolean isSupplySuitableConfigurations()
-
isCompletePendingTransactions
boolean isCompletePendingTransactions()
-
isAsyncVcsChangesApplication
boolean isAsyncVcsChangesApplication()
-
isShowCustomSettingsFormats
boolean isShowCustomSettingsFormats(@NotNull SProject p)
-
isShowGenerateDslProjectAction
boolean isShowGenerateDslProjectAction()
-
isRequireFirstRevisionForProjectLoad
boolean isRequireFirstRevisionForProjectLoad()
Whether TC should check that all projects in settings root have first revisions and don't allow load settings from VCS if it is not the case
-
isCheckAllowedUuids
boolean isCheckAllowedUuids()
-
getVersionedSettingsStatusUpdateIntervalMillis
long getVersionedSettingsStatusUpdateIntervalMillis()
-
getCommitDelaySeconds
int getCommitDelaySeconds()
-
getCompletePendingTransactionsTimeoutSeconds
int getCompletePendingTransactionsTimeoutSeconds()
-
getDefaultSettingsDirName
@NotNull String getDefaultSettingsDirName()
-
getSettingsPluginDataDirName
@NotNull String getSettingsPluginDataDirName()
-
getPendingDeletesDirName
@NotNull String getPendingDeletesDirName()
-
getVersionedSettingsContentDir
@NotNull File getVersionedSettingsContentDir()
-
getCommitMessagePrefix
@NotNull String getCommitMessagePrefix()
-
getApplySettingsChangesThreadCount
int getApplySettingsChangesThreadCount()
-
getApplySettingsChangesQueueSize
int getApplySettingsChangesQueueSize()
-
getSettingsConversionDate
@Nullable Date getSettingsConversionDate()
- Returns:
- last date of settings disabling
-
-