Uses of Class
jetbrains.vcs.api.VcsSettings
-
-
Uses of VcsSettings in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type VcsSettings Modifier and Type Method Description <T extends VcsService>
TSecuredVcsManager. getVcsService(VcsSettings settings, Class<T> serviceClass)
-
Uses of VcsSettings in jetbrains.buildServer.vcs
Subclasses of VcsSettings in jetbrains.buildServer.vcs Modifier and Type Class Description class
VcsRootEntry
A pair of VcsRoot and associated CheckoutRules.class
VcsRootInstanceEntry
-
Uses of VcsSettings in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsSettings Modifier and Type Method Description <T extends VcsService>
TVcsManagerImpl. getVcsService(VcsSettings settings, Class<T> serviceClass)
-
Uses of VcsSettings in jetbrains.vcs.api
Methods in jetbrains.vcs.api with parameters of type VcsSettings 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 VcsSettings in jetbrains.vcs.api.impl
Methods in jetbrains.vcs.api.impl with parameters of type VcsSettings 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)
protected abstract T
VcsRepositoryServiceProviderBase. createServiceImpl(VcsSettings settings, VcsSupportContext context)
<T extends VcsService>
TVcsServiceFactoryImpl. getVcsService(VcsSettings settings, Class<T> serviceClass)
-
Uses of VcsSettings in jetbrains.vcs.api.remote
Methods in jetbrains.vcs.api.remote with parameters of type VcsSettings Modifier and Type Method Description VcsSession
VcsSessionManager. getOrCreateSession(VcsSettings repo)
boolean
VcsSessionManager. hasSession(VcsSettings repo)
VcsSession
VcsSessionManager. registerSession(String sessionId, VcsSettings repo)
void
VcsSessionManager. removeRepositorySession(VcsSettings repo)
-
Uses of VcsSettings in jetbrains.vcs.api.services
Methods in jetbrains.vcs.api.services with parameters of type VcsSettings Modifier and Type Method Description void
CollectChangesService. collectChanges(VcsSettings fromSettings, VcsRepositoryState fromState, VcsRepositoryState toState, CollectChangesService.ChangesConsumer consumer)
String
CoreRepositoryService. getDefaultBranchName(VcsSettings settings)
CollectChangesService.RevisionMatchedByCheckoutRules
CollectChangesService. getRevisionMatchedByCheckoutRules(VcsSettings vcsSettings, String startRevision, String startRevisionBranchName, Collection<String> stopRevisions)
String
CoreRepositoryService. getVcsRootIdentity(VcsSettings settings)
boolean
CollectChangesService. supportsCalculationOfRevisionMatchedByCheckoutRules(VcsSettings vcsSettings)
-
Uses of VcsSettings in jetbrains.vcs.api.services.collectChanges
Methods in jetbrains.vcs.api.services.collectChanges with parameters of type VcsSettings Modifier and Type Method Description protected ChangesInfoService
ChangesInfoServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected CollectChangesService
CollectChangesServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected CommitsInfoService
CommitsInfoServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
-
Uses of VcsSettings in jetbrains.vcs.api.services.impl
Methods in jetbrains.vcs.api.services.impl with parameters of type VcsSettings Modifier and Type Method Description protected CoreRepositoryService
CoreRepositoryServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected FetchService
FetchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected FileContentService
FileContentServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected LabelingService
LabelingServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected ListFilesService
ListFilesServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected TestConnectionService
TestConnectionServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
-
Uses of VcsSettings in jetbrains.vcs.api.services.impl.tc
Methods in jetbrains.vcs.api.services.impl.tc with parameters of type VcsSettings Modifier and Type Method Description protected MappingGeneratorService
MappingGeneratorServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
-
Uses of VcsSettings in jetbrains.vcs.api.services.patches
Methods in jetbrains.vcs.api.services.patches with parameters of type VcsSettings Modifier and Type Method Description protected BulkPatchService
BulkPatchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected CleanPatchService
CleanPatchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
protected IncrementalPatchService
IncrementalPatchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)
Constructors in jetbrains.vcs.api.services.patches with parameters of type VcsSettings Constructor Description CleanPatchServiceImplA(VcsSupportContext context, VcsSettings settings)
IncrementalPatchServiceImpl(VcsSupportContext context, VcsSettings settings)
PatchServiceBase(VcsSupportContext context, VcsSettings settings)
-
Uses of VcsSettings in jetbrains.vcs.api.services.tc
Methods in jetbrains.vcs.api.services.tc that return VcsSettings Modifier and Type Method Description VcsSettings
MappingResult. getMappedSettings()
Method parameters in jetbrains.vcs.api.services.tc with type arguments of type VcsSettings Modifier and Type Method Description List<Boolean>
PersonalSupportBatchService. canAffect(List<VcsSettings> vcsSettings, List<String> pathsToCheck, boolean considerVcsRootParents)
Check if passed paths can affect sources under passed VCS Root settings I.e.MappingResult
PersonalSupportBatchService. mapPath(Collection<VcsSettings> vcsSettings, String pathToMap, boolean returnFirstMatch)
-