Uses of Interface
jetbrains.buildServer.vcs.ChangesLoaderContext
-
Packages that use ChangesLoaderContext Package Description jetbrains.buildServer.buildTriggers.vcs jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of ChangesLoaderContext in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type ChangesLoaderContext Modifier and Type Method Description DetectedChangesPersister
ChangePersisterFactory. createChangePersister(LVcsRootInstanceEx root, ChangesLoaderContext context, RepositoryState fromState, RepositoryState toState, CommonBranchSpec commonBranchSpec)
DetectedChangesPersister
ChangePersisterFactoryImpl. createChangePersister(LVcsRootInstanceEx _root, ChangesLoaderContext context, RepositoryState fromState, RepositoryState toState, CommonBranchSpec commonBranchSpec)
void
VcsRootChangesLoader. loadChanges(ChangesLoaderContext context, LoadChangesInterval interval, boolean rememberToState)
Constructors in jetbrains.buildServer.buildTriggers.vcs with parameters of type ChangesLoaderContext Constructor Description ChangePersister(BuildServerState serverState, VcsModificationHistoryEx vcsHistory, VcsRootInstancesManager vcsRootInstancesManager, VcsSupportCore vcsSupportCore, VcsRootInstance root, ChangesLoaderContext context)
ConnectionStateReporterImpl(LVcsStatusLogger statusProvider, ChangesLoaderContext context, LVcsRootInstanceEx toRepository)
-
Uses of ChangesLoaderContext in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs with parameters of type ChangesLoaderContext Modifier and Type Method Description void
BuildPromotionChangesLoader. loadChangesBetweenRoots(Map<LVcsRootInstance,LVcsRootInstance> rootsToOverriddenRoots, ChangesLoaderContext context)
Loads changes between each pair of the roots in provided collection.boolean
RecurringChangesLoader. tryLoadChanges(LVcsRootInstance vcsRoot, ChangesLoaderContext context)
Attempts to collect changes for VCS root if checking for changes is not yet started for this root. -
Uses of ChangesLoaderContext in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement ChangesLoaderContext Modifier and Type Class Description class
BuildChangesLoaderContext
class
NarrowBuildTypesDecorator
class
PeriodicChangesLoaderContext
User: kirConstructors in jetbrains.buildServer.vcs.impl with parameters of type ChangesLoaderContext Constructor Description NarrowBuildTypesDecorator(ChangesLoaderContext originalContext, Collection<? extends LVcsRootInstanceHolder> buildTypes)
-