Uses of Interface
jetbrains.buildServer.vcs.VcsChangesCollectorFactory.MaxModificationIdSelectStrategy
-
Packages that use VcsChangesCollectorFactory.MaxModificationIdSelectStrategy Package Description jetbrains.buildServer.serverSide.impl jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of VcsChangesCollectorFactory.MaxModificationIdSelectStrategy in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement VcsChangesCollectorFactory.MaxModificationIdSelectStrategy Modifier and Type Class Description class
BuildCustomizerImpl.AutoMaxModificationIdStrategy
-
Uses of VcsChangesCollectorFactory.MaxModificationIdSelectStrategy in jetbrains.buildServer.vcs
Classes in jetbrains.buildServer.vcs that implement VcsChangesCollectorFactory.MaxModificationIdSelectStrategy Modifier and Type Class Description static class
VcsChangesCollectorFactory.DisabledMaxModificationIdStrategy
static class
VcsChangesCollectorFactory.MostRecentRevisionsStrategy
static class
VcsChangesCollectorFactory.SelectedMaxModificationIdStrategy
Methods in jetbrains.buildServer.vcs with parameters of type VcsChangesCollectorFactory.MaxModificationIdSelectStrategy Modifier and Type Method Description HistoryChangesCollector
VcsChangesCollectorFactory. createHistoryChangesCollector(VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy, boolean logCalculationToBuildLog)
HistoryChangesCollector
VcsChangesCollectorFactory. createHistoryChangesCollectorForQuietPeriod(VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy, boolean logCalculationToBuildLog)
-
Uses of VcsChangesCollectorFactory.MaxModificationIdSelectStrategy in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsChangesCollectorFactory.MaxModificationIdSelectStrategy Modifier and Type Method Description void
HistoryChangesCollector. collectChanges(BuildPromotionEx top, VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy)
HistoryChangesCollector
VcsChangesCollectorFactoryImpl. createHistoryChangesCollector(VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy, boolean logCalculationToBuildLog)
HistoryChangesCollector
VcsChangesCollectorFactoryImpl. createHistoryChangesCollectorForQuietPeriod(VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy, boolean logCalculationToBuildLog)
void
HistoryChangesCollector. setMaxModificationIdSelectStrategy(VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy)
-