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 classVcsRootEntryA pair of VcsRoot and associated CheckoutRules.classVcsRootInstanceEntry -
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 TVcsRepositoryServiceProviderBase. 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 VcsSessionVcsSessionManager. getOrCreateSession(VcsSettings repo)booleanVcsSessionManager. hasSession(VcsSettings repo)VcsSessionVcsSessionManager. registerSession(String sessionId, VcsSettings repo)voidVcsSessionManager. 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 voidCollectChangesService. collectChanges(VcsSettings fromSettings, VcsRepositoryState fromState, VcsRepositoryState toState, CollectChangesService.ChangesConsumer consumer)StringCoreRepositoryService. getDefaultBranchName(VcsSettings settings)CollectChangesService.RevisionMatchedByCheckoutRulesCollectChangesService. getRevisionMatchedByCheckoutRules(VcsSettings vcsSettings, String startRevision, String startRevisionBranchName, Collection<String> stopRevisions)StringCoreRepositoryService. getVcsRootIdentity(VcsSettings settings)booleanCollectChangesService. 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 ChangesInfoServiceChangesInfoServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected CollectChangesServiceCollectChangesServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected CommitsInfoServiceCommitsInfoServiceProvider. 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 CoreRepositoryServiceCoreRepositoryServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected FetchServiceFetchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected FileContentServiceFileContentServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected LabelingServiceLabelingServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected ListFilesServiceListFilesServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected TestConnectionServiceTestConnectionServiceProvider. 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 MappingGeneratorServiceMappingGeneratorServiceProvider. 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 BulkPatchServiceBulkPatchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected CleanPatchServiceCleanPatchServiceProvider. createServiceImpl(VcsSettings settings, VcsSupportContext context)protected IncrementalPatchServiceIncrementalPatchServiceProvider. 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 VcsSettingsMappingResult. 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.MappingResultPersonalSupportBatchService. mapPath(Collection<VcsSettings> vcsSettings, String pathToMap, boolean returnFirstMatch)
-