Uses of Interface
jetbrains.vcs.api.VcsRemoteService
-
Packages that use VcsRemoteService Package Description jetbrains.vcs.api.services jetbrains.vcs.api.services.patches jetbrains.vcs.api.services.tc -
-
Uses of VcsRemoteService in jetbrains.vcs.api.services
Subinterfaces of VcsRemoteService in jetbrains.vcs.api.services Modifier and Type Interface Description interface
ChangesInfoService
Deprecated.No longer used by either Upsource or TeamCityinterface
CleanPatchService
Vcs plugin provided service to implement clean checkout to a given revision.interface
CollectChangesService
This service is responsible for actual changes collecting from the VCSinterface
CommitsInfoService
Created 30.09.13 12:37interface
CoreRepositoryService
This service provides some general operations associated with a RepositoryLayout.interface
FetchService
This service allows client to receive notifications for the repository fetch operation.interface
FileContentService
Represents a service for obtaining file contentinterface
IncrementalPatchService
Vcs plugin service to build incremental patch (move all changes from version to version)interface
LabelingService
Support for labeling VCS sources (aka tagging)interface
ListFilesService
Support for file listing in VCS TODO: VCS checkout rules are not used yetinterface
TestConnectionService
Support for testing VCS connection for current VcsSettings -
Uses of VcsRemoteService in jetbrains.vcs.api.services.patches
Classes in jetbrains.vcs.api.services.patches that implement VcsRemoteService Modifier and Type Class Description class
CleanPatchServiceImplA
Created 22.10.12 14:08class
IncrementalPatchServiceImpl
Created 22.10.12 14:08 -
Uses of VcsRemoteService in jetbrains.vcs.api.services.tc
Subinterfaces of VcsRemoteService in jetbrains.vcs.api.services.tc Modifier and Type Interface Description interface
MappingGeneratorService
Service to generate VCS mapping for command-line remote run toolinterface
PersonalSupportBatchService
A service which provides some methods required for TeamCity's personal support, operating on collections ofVcsSettings
-