Class BuildIndexerOptions
- java.lang.Object
-
- jetbrains.buildServer.serverSide.build.index.BuildIndexerOptions
-
- Direct Known Subclasses:
MetadataIndexerOptions
public class BuildIndexerOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
TC_SEARCH_DISABLE_INITIAL_INDEX
-
Constructor Summary
Constructors Constructor Description BuildIndexerOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDbHistoryBatchSize()
long
getSchedulerCooloffMillis()
long
getSchedulerInitialDelayMillis()
long
getSchedulerIntervalMillis()
long
getStatSchedulerPeriodSec()
boolean
isHistoryIndexEnabled()
-
-
-
Field Detail
-
TC_SEARCH_DISABLE_INITIAL_INDEX
public static final String TC_SEARCH_DISABLE_INITIAL_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
isHistoryIndexEnabled
public boolean isHistoryIndexEnabled()
-
getSchedulerInitialDelayMillis
public long getSchedulerInitialDelayMillis()
-
getStatSchedulerPeriodSec
public long getStatSchedulerPeriodSec()
-
getSchedulerIntervalMillis
public long getSchedulerIntervalMillis()
-
getSchedulerCooloffMillis
public long getSchedulerCooloffMillis()
-
getDbHistoryBatchSize
public int getDbHistoryBatchSize()
-
-