Uses of Package
jetbrains.vcs.api.services
-
Classes in jetbrains.vcs.api.services used by jetbrains.buildServer.vcs.impl Class Description CollectChangesService This service is responsible for actual changes collecting from the VCSCollectChangesService.RevisionMatchedByCheckoutRules -
Classes in jetbrains.vcs.api.services used by jetbrains.vcs.api.services Class Description BulkPatchService.BulkPatchBuilder Callback interface for buildIncrementalPatches.BulkPatchService.BulkPatchRequest One patch building requestChangesInfoService.ChangesConsumer Deprecated.Callback interfaceCollectChangesService.ChangesConsumer Callback interfaceCollectChangesService.RevisionMatchedByCheckoutRules CommitsInfoService.CommitsConsumer Callback interfaceFetchService.FetchRepositoryCallback Callback interface to report fetch execution progress -
Classes in jetbrains.vcs.api.services used by jetbrains.vcs.api.services.collectChanges Class Description ChangesInfoService Deprecated.No longer used by either Upsource or TeamCityCollectChangesService This service is responsible for actual changes collecting from the VCSCommitsInfoService Created 30.09.13 12:37 -
Classes in jetbrains.vcs.api.services used by jetbrains.vcs.api.services.impl Class Description CoreRepositoryService This service provides some general operations associated with a RepositoryLayout.FetchService This service allows client to receive notifications for the repository fetch operation.FileContentService Represents a service for obtaining file contentLabelingService Support for labeling VCS sources (aka tagging)ListFilesService Support for file listing in VCS TODO: VCS checkout rules are not used yetTestConnectionService Support for testing VCS connection for current VcsSettings -
Classes in jetbrains.vcs.api.services used by jetbrains.vcs.api.services.patches Class Description BulkPatchService Service to build a series of patches within one call.CleanPatchService Vcs plugin provided service to implement clean checkout to a given revision.IncrementalPatchService Vcs plugin service to build incremental patch (move all changes from version to version)