Uses of Class
jetbrains.buildServer.serverSide.impl.VcsChangesCache.Key
-
Packages that use VcsChangesCache.Key Package Description jetbrains.buildServer.serverSide.impl -
-
Uses of VcsChangesCache.Key in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type VcsChangesCache.Key Modifier and Type Method Description BuildChangesCalculator
BuildChangesCalculatorFactory. createCalculator(BuildPromotionEx promotion, DagBasedPrevPromotionRevisionsCache prevPromotionsCache, VcsChangesCache.Key key, ChangesCalculationOptionsEx options)
List<SVcsModification>
VcsChangesCache. get(VcsChangesCache.Key key)
void
VcsChangesCache. put(VcsChangesCache.Key key, List<SVcsModification> changes, int maxChangesInCache)
-