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 classBuildCustomizerImpl.AutoMaxModificationIdStrategy -
Uses of VcsChangesCollectorFactory.MaxModificationIdSelectStrategy in jetbrains.buildServer.vcs
Classes in jetbrains.buildServer.vcs that implement VcsChangesCollectorFactory.MaxModificationIdSelectStrategy Modifier and Type Class Description static classVcsChangesCollectorFactory.DisabledMaxModificationIdStrategystatic classVcsChangesCollectorFactory.MostRecentRevisionsStrategystatic classVcsChangesCollectorFactory.SelectedMaxModificationIdStrategyMethods in jetbrains.buildServer.vcs with parameters of type VcsChangesCollectorFactory.MaxModificationIdSelectStrategy Modifier and Type Method Description HistoryChangesCollectorVcsChangesCollectorFactory. createHistoryChangesCollector(VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy, boolean logCalculationToBuildLog)HistoryChangesCollectorVcsChangesCollectorFactory. 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 voidHistoryChangesCollector. collectChanges(BuildPromotionEx top, VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy)HistoryChangesCollectorVcsChangesCollectorFactoryImpl. createHistoryChangesCollector(VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy, boolean logCalculationToBuildLog)HistoryChangesCollectorVcsChangesCollectorFactoryImpl. createHistoryChangesCollectorForQuietPeriod(VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy, boolean logCalculationToBuildLog)voidHistoryChangesCollector. setMaxModificationIdSelectStrategy(VcsChangesCollectorFactory.MaxModificationIdSelectStrategy maxModificationIdSelectStrategy)
-