Class BranchSupportServiceProvider
- java.lang.Object
-
- jetbrains.vcs.api.impl.VcsGenericServiceProviderBase<BranchSupport>
-
- jetbrains.buildServer.buildTriggers.vcs.remoteRun.BranchSupportServiceProvider
-
- All Implemented Interfaces:
VcsGenericServiceProvider
public class BranchSupportServiceProvider extends VcsGenericServiceProviderBase<BranchSupport>
- Author:
- kir
-
-
Constructor Summary
Constructors Constructor Description BranchSupportServiceProvider(VcsContextLocator locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BranchSupport
createServiceImpl(String vcsName)
-
Methods inherited from class jetbrains.vcs.api.impl.VcsGenericServiceProviderBase
createService
-
-
-
-
Constructor Detail
-
BranchSupportServiceProvider
public BranchSupportServiceProvider(@NotNull VcsContextLocator locator)
-
-
Method Detail
-
createServiceImpl
@Nullable protected BranchSupport createServiceImpl(@NotNull String vcsName)
- Specified by:
createServiceImpl
in classVcsGenericServiceProviderBase<BranchSupport>
-
-