Uses of Interface
jetbrains.buildServer.vcs.LVcsRootInstanceEx
-
Packages that use LVcsRootInstanceEx Package Description jetbrains.buildServer.buildTriggers.vcs jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of LVcsRootInstanceEx in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return LVcsRootInstanceEx Modifier and Type Method Description LVcsRootInstanceEx
LoadChangesRequest. getFromRepository()
LVcsRootInstanceEx
LoadChangesRequest. getToRepository()
Constructors in jetbrains.buildServer.buildTriggers.vcs with parameters of type LVcsRootInstanceEx Constructor Description ConnectionStateReporterImpl(LVcsStatusLogger statusProvider, ChangesLoaderContext context, LVcsRootInstanceEx toRepository)
LoadChangesRequest(LVcsRootInstanceEx fromRepository, LVcsRootInstanceEx toRepository, RepositoryState fromState, RepositoryState toState, CheckoutRules commonRule, Set<CheckoutRules> uniqueRules, OperationRequestor requestor)
-
Uses of LVcsRootInstanceEx in jetbrains.buildServer.vcs
Subinterfaces of LVcsRootInstanceEx in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
VcsRootInstanceEx
Represents instance of VCS root which can be used for changes collecting. -
Uses of LVcsRootInstanceEx in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement LVcsRootInstanceEx Modifier and Type Class Description class
VcsRootInstanceImpl
Created 10.05.13 17:36class
VcsRootInstanceWithParent
Methods in jetbrains.buildServer.vcs.impl with parameters of type LVcsRootInstanceEx Modifier and Type Method Description protected abstract RepositoryState
CurrentStateCache. doGetCurrentState(LVcsRootInstanceEx root, ChangesLoaderContext context)
RepositoryState
CurrentStateCache. getCurrentState(LVcsRootInstanceEx root, ChangesLoaderContext context)
-