Uses of Interface
jetbrains.vcs.api.VcsGenericService
-
-
Uses of VcsGenericService in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement VcsGenericService Modifier and Type Class Description class
MockBranchSupport
class
MockVcsSupport
-
Uses of VcsGenericService in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with type parameters of type VcsGenericService Modifier and Type Method Description <T extends VcsGenericService>
TSecuredVcsManager. getGenericService(String vcsName, Class<T> serviceClass)
-
Uses of VcsGenericService in jetbrains.buildServer.vcs
Subinterfaces of VcsGenericService in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
BranchSupport
Interface indicates that VcsSupport understands branches.interface
ContextAwareUrlSupport
API for VCS URL recognition.interface
UrlSupport
API for VCS URL recognition. -
Uses of VcsGenericService in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with type parameters of type VcsGenericService Modifier and Type Method Description <T extends VcsGenericService>
TVcsManagerImpl. getGenericService(String vcsName, Class<T> serviceClass)
-
Uses of VcsGenericService in jetbrains.vcs.api
Methods in jetbrains.vcs.api with type parameters of type VcsGenericService Modifier and Type Method Description <T extends VcsGenericService>
TInterceptableVcsServiceFactory. getGenericService(String vcsName, Class<T> serviceClass)
<T extends VcsGenericService>
TVcsServiceProvider. getGenericService(String vcsName, Class<T> serviceClass)
Fetches a global vcs-related service for a given Vcs plugins -
Uses of VcsGenericService in jetbrains.vcs.api.impl
Classes in jetbrains.vcs.api.impl with type parameters of type VcsGenericService Modifier and Type Class Description class
VcsGenericServiceProviderBase<T extends VcsGenericService>
Created 22.10.12 13:12Methods in jetbrains.vcs.api.impl with type parameters of type VcsGenericService Modifier and Type Method Description <T extends VcsGenericService>
TVcsGenericServiceProvider. createService(Class<T> service, String vcsName)
Creates VcsGenericService of given type<X extends VcsGenericService>
XVcsGenericServiceProviderBase. createService(Class<X> service, String vcsName)
<T extends VcsGenericService>
TVcsServiceFactoryImpl. getGenericService(String vcsName, Class<T> serviceClass)
-
Uses of VcsGenericService in jetbrains.vcs.api.services.tc
Subinterfaces of VcsGenericService in jetbrains.vcs.api.services.tc Modifier and Type Interface Description interface
PersonalSupportBatchService
A service which provides some methods required for TeamCity's personal support, operating on collections ofVcsSettings
-