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 LVcsRootInstanceExLoadChangesRequest. getFromRepository()LVcsRootInstanceExLoadChangesRequest. 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 interfaceVcsRootInstanceExRepresents 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 classVcsRootInstanceImplCreated 10.05.13 17:36classVcsRootInstanceWithParentMethods in jetbrains.buildServer.vcs.impl with parameters of type LVcsRootInstanceEx Modifier and Type Method Description protected abstract RepositoryStateCurrentStateCache. doGetCurrentState(LVcsRootInstanceEx root, ChangesLoaderContext context)RepositoryStateCurrentStateCache. getCurrentState(LVcsRootInstanceEx root, ChangesLoaderContext context)
-