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 classMockBranchSupportclassMockVcsSupport -
Uses of VcsSupportContext in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return VcsSupportContext Modifier and Type Method Description VcsSupportContextSecuredVcsManager. 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 voidSecuredVcsManager. register(String vcsName, VcsSupportContext context)voidSecuredVcsManager. registerVcsSupport(VcsSupportContext vcsSupport)voidSecuredVcsManager. 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 classServerVcsSupportBase class for all VCS support implementations.classVcsSupportDeprecated.implementServerVcsSupportinsteadMethods in jetbrains.buildServer.vcs that return VcsSupportContext Modifier and Type Method Description VcsSupportContextVcsRegistry. findVcsContextByName(String name)Deprecated.since 8.0, you should useVcsServiceProvidermethods 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 voidVcsRegistryEx. register(String vcsName, VcsSupportContext context)Register new vcs with specified name on server.voidVcsRegistryEx. registerVcsSupport(VcsSupportContext vcsSupport)Register new vcs on server.voidVcsRegistryEx. 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 classUnknownVcsSupportThis VCS support is used instead of non existing VCS plugin.Methods in jetbrains.buildServer.vcs.impl that return VcsSupportContext Modifier and Type Method Description VcsSupportContextVcsManagerImpl. findVcsContextByName(String name)VcsSupportContextVcsSupportContextRegistry. findVcsContextByName(String vcsName)VcsSupportContextVcsSupportContextRegistry. 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 voidVcsManagerImpl. register(String vcsName, VcsSupportContext context)voidVcsSupportContextRegistry. register(String vcsName, VcsSupportContext context)Register VCS Support Context.voidVcsManagerImpl. registerVcsSupport(VcsSupportContext vcsSupport)voidVcsSupportContextRegistry. registerVcsSupport(VcsSupportContext vcsSupport)voidVcsManagerImpl. unregisterVcsSupport(VcsSupportContext vcsSupport)voidVcsSupportContextRegistry. 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 VcsSupportContextVcsContextLocator. 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 TVcsRepositoryServiceProviderBase. 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 CollectChangesCommandCollectRepositoryChangesPolicyFactory. create(VcsSupportContext vcs)protected ChangesInfoServiceChangesInfoServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected CollectChangesServiceCollectChangesServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected CommitsInfoServiceCommitsInfoServiceProvider. 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 CoreRepositoryServiceCoreRepositoryServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected FetchServiceFetchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected FileContentServiceFileContentServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected LabelingServiceLabelingServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected ListFilesServiceListFilesServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected TestConnectionServiceTestConnectionServiceProvider. 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 MappingGeneratorServiceMappingGeneratorServiceProvider. 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 BulkPatchServiceBulkPatchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected CleanPatchServiceCleanPatchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected IncrementalPatchServiceIncrementalPatchServiceProvider. 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)
-