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 classMockBranchSupportclassMockVcsSupport -
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 interfaceVcsRootIdentityProviderVcsSupportCoreshould 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 classVcsRepositoryServiceProviderBase<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 interfaceBulkPatchServiceService to build a series of patches within one call.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 VcsService in jetbrains.vcs.api.services.patches
Classes in jetbrains.vcs.api.services.patches that implement VcsService Modifier and Type Class Description classCleanPatchServiceImplACreated 22.10.12 14:08classIncrementalPatchServiceImplCreated 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 interfaceMappingGeneratorServiceService to generate VCS mapping for command-line remote run tool
-