Uses of Interface
jetbrains.vcs.api.impl.VcsContextLocator
-
-
Uses of VcsContextLocator in jetbrains.buildServer.buildTriggers.vcs.remoteRun
Constructors in jetbrains.buildServer.buildTriggers.vcs.remoteRun with parameters of type VcsContextLocator Constructor Description BranchSupportServiceProvider(VcsContextLocator locator)
RemoteRunOnBranchTriggerService(EventDispatcher<BuildServerListener> dispatcher, VcsManager vcsManager, VcsContextLocator vcsContextLocator, RepositoryStateManager repositoryStateManager, UserModel userManager, RemoteRunBranchTriggerCache cache)
-
Uses of VcsContextLocator in jetbrains.buildServer.controllers.project
-
Uses of VcsContextLocator in jetbrains.buildServer.serverSide.impl.beans
Methods in jetbrains.buildServer.serverSide.impl.beans that return VcsContextLocator Modifier and Type Method Description VcsContextLocator
BuildTypeContextsImpl. getVcsContextLocator()
VcsContextLocator
VcsRootInstanceContext. getVcsContextLocator()
Constructors in jetbrains.buildServer.serverSide.impl.beans with parameters of type VcsContextLocator Constructor Description BuildTypeContextsImpl(ServerPaths paths, TimeService timeService, ServerMetricsEx metrics, EncryptionManager encryptionManager, FailedTestsStorage failedTestsStorage, VcsContextLocator vcsContextLocator)
-
Uses of VcsContextLocator in jetbrains.buildServer.serverSide.impl.versionedSettings
Constructors in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type VcsContextLocator Constructor Description DirectoryBasedTransactionCommitter(VcsContextLocator vcsContextLocator, CurrentVersionTracker currentVersionTracker, VersionedSettingsManager versionedSettingsManager, ProjectManager projectManager)
-
Uses of VcsContextLocator in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsContextLocator Modifier and Type Class Description class
VcsSupportContextRegistry
Vsc Support Registry.Constructors in jetbrains.buildServer.vcs.impl with parameters of type VcsContextLocator Constructor Description MergeManagerImpl(VcsContextLocator vcsContextLocator)
-
Uses of VcsContextLocator in jetbrains.vcs.api.impl
Constructors in jetbrains.vcs.api.impl with parameters of type VcsContextLocator Constructor Description VcsRepositoryServiceProviderBase(Class<T> service, VcsContextLocator locator)
-
Uses of VcsContextLocator in jetbrains.vcs.api.services.collectChanges
Constructors in jetbrains.vcs.api.services.collectChanges with parameters of type VcsContextLocator Constructor Description ChangesInfoServiceProvider(VcsContextLocator locator)
CollectChangesServiceProvider(VcsContextLocator vcsSupportContext)
CommitsInfoServiceProvider(VcsContextLocator locator)
-
Uses of VcsContextLocator in jetbrains.vcs.api.services.impl
Constructors in jetbrains.vcs.api.services.impl with parameters of type VcsContextLocator Constructor Description ContextAwareUrlSupportServiceProvider(VcsContextLocator locator)
CoreRepositoryServiceProvider(VcsContextLocator vcsSupportContext)
FetchServiceProvider(VcsContextLocator vcsSupportContext)
FileContentServiceProvider(VcsContextLocator vcsSupportContext)
LabelingServiceProvider(VcsContextLocator vcsSupportContext)
ListFilesServiceProvider(VcsContextLocator vcsSupportContext)
TestConnectionServiceProvider(VcsContextLocator vcsSupportContext)
UrlSupportServiceProvider(VcsContextLocator locator)
-
Uses of VcsContextLocator in jetbrains.vcs.api.services.impl.tc
Constructors in jetbrains.vcs.api.services.impl.tc with parameters of type VcsContextLocator Constructor Description MappingGeneratorServiceProvider(VcsContextLocator vcsSupportContext)
PersonalSupportServiceProvider(VcsContextLocator locator)
-
Uses of VcsContextLocator in jetbrains.vcs.api.services.patches
Constructors in jetbrains.vcs.api.services.patches with parameters of type VcsContextLocator Constructor Description BulkPatchServiceProvider(VcsContextLocator vcsSupportContext)
CleanPatchServiceProvider(VcsContextLocator context)
IncrementalPatchServiceProvider(VcsContextLocator context)
-