Class PersonalSupportServiceProvider
- java.lang.Object
-
- jetbrains.vcs.api.impl.VcsGenericServiceProviderBase<PersonalSupportBatchService>
-
- jetbrains.vcs.api.services.impl.tc.PersonalSupportServiceProvider
-
- All Implemented Interfaces:
VcsGenericServiceProvider
public class PersonalSupportServiceProvider extends VcsGenericServiceProviderBase<PersonalSupportBatchService>
-
-
Constructor Summary
Constructors Constructor Description PersonalSupportServiceProvider(VcsContextLocator locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PersonalSupportBatchService
createServiceImpl(String vcsName)
Service creator for batch operations-
Methods inherited from class jetbrains.vcs.api.impl.VcsGenericServiceProviderBase
createService
-
-
-
-
Constructor Detail
-
PersonalSupportServiceProvider
public PersonalSupportServiceProvider(@NotNull VcsContextLocator locator)
-
-
Method Detail
-
createServiceImpl
@Nullable protected PersonalSupportBatchService createServiceImpl(@NotNull String vcsName)
Service creator for batch operations- Specified by:
createServiceImpl
in classVcsGenericServiceProviderBase<PersonalSupportBatchService>
- Parameters:
service
- type of service to create (only PersonalSupportBatchService is supported)vcsName
-- Returns:
- implementation of PersonalSupportBatchService
-
-