Package jetbrains.vcs.api.services.impl
Class TestConnectionServiceProvider
- java.lang.Object
-
- jetbrains.vcs.api.impl.VcsRepositoryServiceProviderBase<TestConnectionService>
-
- jetbrains.vcs.api.services.impl.TestConnectionServiceProvider
-
- All Implemented Interfaces:
VcsRepositoryServiceProvider
public class TestConnectionServiceProvider extends VcsRepositoryServiceProviderBase<TestConnectionService>
- Author:
- kir
-
-
Constructor Summary
Constructors Constructor Description TestConnectionServiceProvider(VcsContextLocator vcsSupportContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TestConnectionService
createServiceImpl(VcsSettings settings, VcsSupportContext context)
-
Methods inherited from class jetbrains.vcs.api.impl.VcsRepositoryServiceProviderBase
createService, isSupported
-
-
-
-
Constructor Detail
-
TestConnectionServiceProvider
public TestConnectionServiceProvider(@NotNull VcsContextLocator vcsSupportContext)
-
-
Method Detail
-
createServiceImpl
@Nullable protected TestConnectionService createServiceImpl(@NotNull VcsSettings settings, @NotNull VcsSupportContext context)
- Specified by:
createServiceImpl
in classVcsRepositoryServiceProviderBase<TestConnectionService>
-
-