Uses of Interface
jetbrains.buildServer.vcs.VcsSupportContext
-
-
Uses of VcsSupportContext in jetbrains.buildServer.controllers.project
Methods in jetbrains.buildServer.controllers.project that return types with arguments of type VcsSupportContext Modifier and Type Method Description List<VcsSupportContext>
VersionedSettingsBean. getVersionedSettingsSuitableVcses()
-
Uses of VcsSupportContext in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement VcsSupportContext Modifier and Type Class Description class
MockBranchSupport
class
MockVcsSupport
-
Uses of VcsSupportContext in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return VcsSupportContext Modifier and Type Method Description VcsSupportContext
SecuredVcsManager. findVcsContextByName(String name)
Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type VcsSupportContext Modifier and Type Method Description Collection<VcsSupportContext>
SecuredVcsManager. getAllVcs()
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type VcsSupportContext Modifier and Type Method Description void
SecuredVcsManager. register(String vcsName, VcsSupportContext context)
void
SecuredVcsManager. registerVcsSupport(VcsSupportContext vcsSupport)
void
SecuredVcsManager. unregisterVcsSupport(VcsSupportContext vcsSupport)
-
Uses of VcsSupportContext in jetbrains.buildServer.serverSide.impl.configsRepo
Methods in jetbrains.buildServer.serverSide.impl.configsRepo that return types with arguments of type VcsSupportContext Modifier and Type Method Description static Pair<VcsSupportContext,VcsRoot>
CentralConfigsRepositoryUtils. findContextWithRoot(VcsUrl vcsUrl, VcsRegistryEx vcsContextLocator)
-
Uses of VcsSupportContext in jetbrains.buildServer.vcs
Classes in jetbrains.buildServer.vcs that implement VcsSupportContext Modifier and Type Class Description class
ServerVcsSupport
Base class for all VCS support implementations.class
VcsSupport
Deprecated.implementServerVcsSupport
insteadMethods in jetbrains.buildServer.vcs that return VcsSupportContext Modifier and Type Method Description VcsSupportContext
VcsRegistry. findVcsContextByName(String name)
Deprecated.since 8.0, you should useVcsServiceProvider
methods to obtain VcsService classesMethods in jetbrains.buildServer.vcs that return types with arguments of type VcsSupportContext Modifier and Type Method Description Collection<VcsSupportContext>
VcsRegistry. getAllVcs()
Deprecated.since 8.0, you should useVcsRegistry.getAllVcsCore()
methodMethods in jetbrains.buildServer.vcs with parameters of type VcsSupportContext Modifier and Type Method Description void
VcsRegistryEx. register(String vcsName, VcsSupportContext context)
Register new vcs with specified name on server.void
VcsRegistryEx. registerVcsSupport(VcsSupportContext vcsSupport)
Register new vcs on server.void
VcsRegistryEx. unregisterVcsSupport(VcsSupportContext vcsSupport)
Unregister vcs which was previous registered viaVcsRegistryEx.registerVcsSupport(VcsSupportContext)
method. -
Uses of VcsSupportContext in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsSupportContext Modifier and Type Class Description class
UnknownVcsSupport
This VCS support is used instead of non existing VCS plugin.Methods in jetbrains.buildServer.vcs.impl that return VcsSupportContext Modifier and Type Method Description VcsSupportContext
VcsManagerImpl. findVcsContextByName(String name)
VcsSupportContext
VcsSupportContextRegistry. findVcsContextByName(String vcsName)
VcsSupportContext
VcsSupportContextRegistry. findVcsSupportContext(String vcsName)
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type VcsSupportContext Modifier and Type Method Description Collection<VcsSupportContext>
VcsManagerImpl. getAllVcs()
Collection<VcsSupportContext>
VcsSupportContextRegistry. getAllVcs()
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsSupportContext Modifier and Type Method Description void
VcsManagerImpl. register(String vcsName, VcsSupportContext context)
void
VcsSupportContextRegistry. register(String vcsName, VcsSupportContext context)
Register VCS Support Context.void
VcsManagerImpl. registerVcsSupport(VcsSupportContext vcsSupport)
void
VcsSupportContextRegistry. registerVcsSupport(VcsSupportContext vcsSupport)
void
VcsManagerImpl. unregisterVcsSupport(VcsSupportContext vcsSupport)
void
VcsSupportContextRegistry. unregisterVcsSupport(VcsSupportContext vcsSupport)
-
Uses of VcsSupportContext in jetbrains.vcs.api.impl
Methods in jetbrains.vcs.api.impl that return VcsSupportContext Modifier and Type Method Description VcsSupportContext
VcsContextLocator. findVcsSupportContext(String vcsName)
Find VCS Support Context by VCS name.Methods in jetbrains.vcs.api.impl with parameters of type VcsSupportContext Modifier and Type Method Description protected abstract T
VcsRepositoryServiceProviderBase. createServiceImpl(VcsSettings settings, VcsSupportContext context)
-
Uses of VcsSupportContext in jetbrains.vcs.api.services.collectChanges
Methods in jetbrains.vcs.api.services.collectChanges with parameters of type VcsSupportContext Modifier and Type Method Description static CollectChangesCommand
CollectRepositoryChangesPolicyFactory. create(VcsSupportContext vcs)
protected ChangesInfoService
ChangesInfoServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected CollectChangesService
CollectChangesServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected CommitsInfoService
CommitsInfoServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
-
Uses of VcsSupportContext in jetbrains.vcs.api.services.impl
Methods in jetbrains.vcs.api.services.impl with parameters of type VcsSupportContext Modifier and Type Method Description protected CoreRepositoryService
CoreRepositoryServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected FetchService
FetchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected FileContentService
FileContentServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected LabelingService
LabelingServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected ListFilesService
ListFilesServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected TestConnectionService
TestConnectionServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
-
Uses of VcsSupportContext in jetbrains.vcs.api.services.impl.tc
Methods in jetbrains.vcs.api.services.impl.tc with parameters of type VcsSupportContext Modifier and Type Method Description protected MappingGeneratorService
MappingGeneratorServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
-
Uses of VcsSupportContext in jetbrains.vcs.api.services.patches
Methods in jetbrains.vcs.api.services.patches with parameters of type VcsSupportContext Modifier and Type Method Description protected BulkPatchService
BulkPatchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected CleanPatchService
CleanPatchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected IncrementalPatchService
IncrementalPatchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
Constructors in jetbrains.vcs.api.services.patches with parameters of type VcsSupportContext Constructor Description CleanPatchServiceImplA(VcsSupportContext context, VcsSettings settings)
IncrementalPatchServiceImpl(VcsSupportContext context, VcsSettings settings)
PatchServiceBase(VcsSupportContext context, VcsSettings settings)
-