Package jetbrains.buildServer.vcs.impl
Interface VcsRootsManagerSettingsHolder
-
- All Known Subinterfaces:
VcsManagerEx
,VcsRootsManagerSettings
- All Known Implementing Classes:
SecuredVcsManager
,VcsManagerImpl
,VcsRootsManagerSettingsImpl
public interface VcsRootsManagerSettingsHolder
Created 21.08.13 17:30- Since:
- 8.1
- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDefaultModificationCheckInterval()
int
getDefaultQuietPeriod()
boolean
useDefaultCheckIntervalAsMinimum()
-
-
-
Method Detail
-
getDefaultModificationCheckInterval
int getDefaultModificationCheckInterval()
- Returns:
- Default VCS polling interval in seconds. Can be optionally enforced as a minimum
-
getDefaultQuietPeriod
int getDefaultQuietPeriod()
- Returns:
- Default quiet period in seconds used through the server, if set in VCS trigger
-
useDefaultCheckIntervalAsMinimum
boolean useDefaultCheckIntervalAsMinimum()
- Returns:
- if set, default modification check interval is used as an enforced minimum value for the whole server
- Since:
- 2019.2
-
-