Package jetbrains.vcs.api
Interface VcsRemoteService
-
- All Known Subinterfaces:
ChangesInfoService
,CleanPatchService
,CollectChangesService
,CommitsInfoService
,CoreRepositoryService
,FetchService
,FileContentService
,IncrementalPatchService
,LabelingService
,ListFilesService
,MappingGeneratorService
,PersonalSupportBatchService
,TestConnectionService
- All Known Implementing Classes:
CleanPatchServiceImplA
,IncrementalPatchServiceImpl
public interface VcsRemoteService
Marker interface used forVcsService
andVcsGenericService
to mark this interface supports execution via Vcs-Worker and client library. Created 08.11.12 20:44- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)