Uses of Class
jetbrains.buildServer.buildTriggers.vcs.LoadChangesInterval
-
Packages that use LoadChangesInterval Package Description jetbrains.buildServer.buildTriggers.vcs jetbrains.buildServer.vcs.impl -
-
Uses of LoadChangesInterval in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return LoadChangesInterval Modifier and Type Method Description static LoadChangesInterval
LoadChangesInterval. create(LVcsRootInstance fromRoot, RepositoryState fromState, LVcsRootInstance toRoot, RepositoryState toState)
Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type LoadChangesInterval Modifier and Type Method Description void
VcsRootChangesLoader. loadChanges(ChangesLoaderContext context, LoadChangesInterval interval, boolean rememberToState)
-
Uses of LoadChangesInterval in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return LoadChangesInterval 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 newRootMethods in jetbrains.buildServer.vcs.impl that return types with arguments of type LoadChangesInterval Modifier and Type Method Description Map<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.
-