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 interfaceChangesInfoServiceDeprecated.No longer used by either Upsource or TeamCityinterfaceCleanPatchServiceVcs plugin provided service to implement clean checkout to a given revision.interfaceCollectChangesServiceThis service is responsible for actual changes collecting from the VCSinterfaceCommitsInfoServiceCreated 30.09.13 12:37interfaceCoreRepositoryServiceThis service provides some general operations associated with a RepositoryLayout.interfaceFetchServiceThis service allows client to receive notifications for the repository fetch operation.interfaceFileContentServiceRepresents a service for obtaining file contentinterfaceIncrementalPatchServiceVcs plugin service to build incremental patch (move all changes from version to version)interfaceLabelingServiceSupport for labeling VCS sources (aka tagging)interfaceListFilesServiceSupport for file listing in VCS TODO: VCS checkout rules are not used yetinterfaceTestConnectionServiceSupport 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 classCleanPatchServiceImplACreated 22.10.12 14:08classIncrementalPatchServiceImplCreated 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 interfaceMappingGeneratorServiceService to generate VCS mapping for command-line remote run toolinterfacePersonalSupportBatchServiceA service which provides some methods required for TeamCity's personal support, operating on collections ofVcsSettings
-