Uses of Interface
jetbrains.vcs.api.VcsService
-
-
Uses of VcsService in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement VcsService Modifier and Type Class Description class
MockBranchSupport
class
MockVcsSupport
-
Uses of VcsService in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with type parameters of type VcsService Modifier and Type Method Description <T extends VcsService>
TSecuredVcsManager. getVcsService(VcsSettings settings, Class<T> serviceClass)
-
Uses of VcsService in jetbrains.buildServer.vcs
Subinterfaces of VcsService in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
VcsRootIdentityProvider
VcsSupportCore
should implement this interface to provide a string which can be treated as a VCS root identity and used by core to compare different VCS roots, e.g.Methods in jetbrains.buildServer.vcs with type parameters of type VcsService Modifier and Type Method Description <T extends VcsService>
TLVcsRootInstance. findService(Class<T> serviceClass, CheckoutRules checkoutRules)
Return Vcs service specified by a class passed to the method, or null if the service is not available to the VCS Root instance.<T extends VcsService>
TLVcsRootInstance. getService(Class<T> serviceClass)
Return Vcs service specified by a class passed to the method.<T extends VcsService>
TLVcsRootInstance. getService(Class<T> serviceClass, CheckoutRules checkoutRules)
Return Vcs service specified by a class passed to the method. -
Uses of VcsService in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with type parameters of type VcsService Modifier and Type Method Description <T extends VcsService>
TVcsSettingsOperations. findService(Class<T> serviceClass, CheckoutRules checkoutRules)
<T extends VcsService>
TVcsSettingsOperations. getService(Class<T> serviceClass)
<T extends VcsService>
TVcsSettingsOperations. getService(Class<T> serviceClass, CheckoutRules rules)
<T extends VcsService>
TVcsManagerImpl. getVcsService(VcsSettings settings, Class<T> serviceClass)
-
Uses of VcsService in jetbrains.vcs.api
Methods in jetbrains.vcs.api with type parameters of type VcsService Modifier and Type Method Description <T extends VcsService>
TInterceptableVcsServiceFactory. getVcsService(VcsSettings settings, Class<T> serviceClass)
<T extends VcsService>
TVcsServiceProvider. getVcsService(VcsSettings settings, Class<T> serviceClass)
Fetches a repository layout service of given type by given settings. -
Uses of VcsService in jetbrains.vcs.api.impl
Classes in jetbrains.vcs.api.impl with type parameters of type VcsService Modifier and Type Class Description class
VcsRepositoryServiceProviderBase<T extends VcsService>
Helper base interface for implementation of VcsRepositoryServiceProviderMethods in jetbrains.vcs.api.impl with type parameters of type VcsService Modifier and Type Method Description <T extends VcsService>
TVcsRepositoryServiceProvider. createService(Class<T> service, VcsSettings settings)
Creates VcsService of given type with givenVcsSettings
<X extends VcsService>
XVcsRepositoryServiceProviderBase. createService(Class<X> service, VcsSettings settings)
<T extends VcsService>
TVcsServiceFactoryImpl. getVcsService(VcsSettings settings, Class<T> serviceClass)
<T extends VcsService>
booleanVcsRepositoryServiceProvider. isSupported(Class<T> service)
<X extends VcsService>
booleanVcsRepositoryServiceProviderBase. isSupported(Class<X> service)
-
Uses of VcsService in jetbrains.vcs.api.services
Subinterfaces of VcsService in jetbrains.vcs.api.services Modifier and Type Interface Description interface
BulkPatchService
Service to build a series of patches within one call.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 VcsService in jetbrains.vcs.api.services.patches
Classes in jetbrains.vcs.api.services.patches that implement VcsService Modifier and Type Class Description class
CleanPatchServiceImplA
Created 22.10.12 14:08class
IncrementalPatchServiceImpl
Created 22.10.12 14:08 -
Uses of VcsService in jetbrains.vcs.api.services.tc
Subinterfaces of VcsService in jetbrains.vcs.api.services.tc Modifier and Type Interface Description interface
MappingGeneratorService
Service to generate VCS mapping for command-line remote run tool
-