Uses of Class
jetbrains.buildServer.vcs.impl.CurrentStateSnapshot
-
Packages that use CurrentStateSnapshot Package Description jetbrains.buildServer.vcs.impl -
-
Uses of CurrentStateSnapshot in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return CurrentStateSnapshot Modifier and Type Method Description CurrentStateSnapshot
VcsChangesStatesCollector. getCurrentStateSnapshot(ExecService exec, Collection<LVcsRootInstance> roots, ChangesLoaderContext context)
Methods in jetbrains.buildServer.vcs.impl with parameters of type CurrentStateSnapshot Modifier and Type Method Description LoadChangesInterval
VcsChangesInterval. getIntervalWithStates(VcsRootInstancePair noStatesInterval, CurrentStateSnapshot snapshot)
LoadChangesInterval
VcsChangesInterval. getLoadChangesInterval(LVcsRootInstance originalRoot, LVcsRootInstance newRoot, CurrentStateSnapshot snapshot)
Returns load changes interval between two roots or null if there is a problem during getting a current state of newRootMap<LoadChangesInterval,Collection<LVcsRootInstanceHolder>>
VcsChangesInterval. getRootLoadChangesIntervals(LVcsRootInstance root, CurrentStateSnapshot snapshot, ChangesLoaderContext context)
Returns a map (changes collecting interval-> affected build configurations) for given root, current state snapshot and context.
-