Uses of Interface
jetbrains.buildServer.vcs.SVcsRoot
-
-
Uses of SVcsRoot in jetbrains
Methods in jetbrains that return SVcsRoot Modifier and Type Method Description SVcsRootModFixture. addVcsRoot(String vcsName, SBuildType buildType)Methods in jetbrains that return types with arguments of type SVcsRoot Modifier and Type Method Description List<SVcsRoot>MockBuildType. getVcsRoots()Methods in jetbrains with parameters of type SVcsRoot Modifier and Type Method Description booleanMockBuildType. addVcsRoot(SVcsRoot root)static voidVcsFixtureUtil. addVcsRoot(SVcsRoot vcsRoot, String checkoutRoot, SBuildType buildType)static voidVcsFixtureUtil. addVcsRoot(SVcsRoot vcsRoot, CheckoutRules rules, SBuildType buildType)voidBuildServerCreator. enableVersionedSettings(SProject project, SVcsRoot vcsRoot)BranchSpecMockBuildType. getBranchSpec(SVcsRoot root)BranchSpecMockBuildType. getLastUsedBranchSpec(SVcsRoot parentRoot)VcsRootInstanceEntryMockBuildType. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)VcsRootInstanceMockBuildType. getVcsRootInstanceForParent(SVcsRoot parent)booleanMockBuildType. removeVcsRoot(SVcsRoot root)booleanMockBuildType. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)Method parameters in jetbrains with type arguments of type SVcsRoot Modifier and Type Method Description voidMockBuildType. setVcsRootMap(Map<SVcsRoot,VcsRootInstance> rootMap)booleanMockBuildType. setVcsRoots(Collection<SVcsRoot> vcsRoots) -
Uses of SVcsRoot in jetbrains.buildServer.buildTriggers.triggerRules
Methods in jetbrains.buildServer.buildTriggers.triggerRules with parameters of type SVcsRoot Modifier and Type Method Description voidTriggerRulesListener. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot, String oldExternalId, String newExternalId) -
Uses of SVcsRoot in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return types with arguments of type SVcsRoot Modifier and Type Method Description Map<SBuildType,List<SVcsRoot>>SlowVcsRootInstanceTracker. getDelayingRoots()Return a map from a build configuration with a slow build type to a list of VCS Roots which cause the delay. -
Uses of SVcsRoot in jetbrains.buildServer.buildTriggers.vcs.remoteRun
Method parameters in jetbrains.buildServer.buildTriggers.vcs.remoteRun with type arguments of type SVcsRoot Modifier and Type Method Description voidTriggerLogger. logSavedBranchRevisions(Collection<Trinity<SVcsRoot,String,String>> branchRevisions) -
Uses of SVcsRoot in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return types with arguments of type SVcsRoot Modifier and Type Method Description Map<SVcsRoot,List<RevisionsBean.DependencyBuildRevision>>RevisionsBean. getRevisionsFromDependencies()Methods in jetbrains.buildServer.controllers with parameters of type SVcsRoot Modifier and Type Method Description voidUIConfigsPersister. persist(SVcsRoot root, ConfigAction cause)voidUIConfigsPersister. remove(SVcsRoot root, ConfigAction cause) -
Uses of SVcsRoot in jetbrains.buildServer.controllers.admin.export
Methods in jetbrains.buildServer.controllers.admin.export that return types with arguments of type SVcsRoot Modifier and Type Method Description List<SVcsRoot>ExportedDependenciesBean. getVcsRoots() -
Uses of SVcsRoot in jetbrains.buildServer.controllers.admin.projects
Fields in jetbrains.buildServer.controllers.admin.projects with type parameters of type SVcsRoot Modifier and Type Field Description static Comparator<SVcsRoot>VcsSettingsBean. VCS_ROOT_COMPARATORMethods in jetbrains.buildServer.controllers.admin.projects that return SVcsRoot Modifier and Type Method Description SVcsRootVcsPropertiesBean. createDummyVcsRoot(Map<String,String> properties, ProjectEx ownerProject)SVcsRootVcsPropertiesBean. createDummyVcsRoot(ProjectEx ownerProject)SVcsRootVcsPropertiesBean. createDummyVcsRoot(ProjectEx ownerProject, SUser currentUser, OAuthTokensStorage oauthTokens, EditVcsRootsController.TokenInfoConsumer tokenInfoConsumer)SVcsRootObjectFinder. findVcsRoot(javax.servlet.http.HttpServletRequest request)SVcsRootVcsPropertiesBean. getOriginalVcsRoot()Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type SVcsRoot Modifier and Type Method Description protected List<SVcsRoot>ProjectVcsRootsBean. calculateAvailableRoots(Filter<SVcsRoot> filter)List<SVcsRoot>VcsSettingsBean. getAttachableVcsRoots()static Collection<SVcsRoot>BuildTypeVcsSettingsBean. getInheritedVcsRoots(SBuildType buildType)List<SVcsRoot>VcsSettingsBean. getPopularVcsRoots()Map<SVcsRoot,VcsProblemsBean.ProblemsCountInfo>VcsProblemsBean. getProblemsCountInfo()Map<SVcsRoot,String>ProjectVcsRootsBean. getStatus()Returns current status of VCS rootsMap<SVcsRoot,Boolean>ProjectVcsRootsBean. getUsagesMap()Returns map of VCS root to list of build configurations using this rootList<SVcsRoot>VcsSettingsBeanImpl.BuildTypeVcsRoots. getVcsRoots()List<SVcsRoot>VcsSettingsBean. getVcsRootsWithLabelingSupport()List<SVcsRoot>ProjectVcsRootsBean. getVisibleVcsRoots()Returns list of VCS roots to be shown on the pageMap<SProject,List<SVcsRoot>>ProjectVcsRootsBean. getVisibleVcsRootsMap()Returns map of project to list of its visible VCS rootsMethods in jetbrains.buildServer.controllers.admin.projects with parameters of type SVcsRoot Modifier and Type Method Description voidVcsSettingsBean. addVcsRoot(SVcsRoot vcsRoot)abstract voidAbstractBuildTypeVcsRootsController. attachVcsRoot(javax.servlet.http.HttpServletRequest request, SVcsRoot root)abstract voidAbstractBuildTypeVcsRootsController. detachVcsRoot(javax.servlet.http.HttpServletRequest request, SVcsRoot root)booleanTestConnectionCommand. isTestConnectionAvailableFor(SVcsRoot root)VcsRootInstanceVcsPropertiesBean. resolvedInstance(SVcsRoot vcsRoot, ValueResolver valueResolver)voidVcsSettingsBean. setCheckoutRules(SVcsRoot root, CheckoutRules checkoutRules)protected abstract booleanVcsSettingsBean. supportsLabeling(SVcsRoot root)protected booleanVcsSettingsBeanImpl. supportsLabeling(SVcsRoot root)abstract voidAbstractBuildTypeVcsRootsController. updateCheckoutRules(javax.servlet.http.HttpServletRequest request, SVcsRoot root, CheckoutRules checkoutRules)Method parameters in jetbrains.buildServer.controllers.admin.projects with type arguments of type SVcsRoot Modifier and Type Method Description protected List<SVcsRoot>ProjectVcsRootsBean. calculateAvailableRoots(Filter<SVcsRoot> filter)Constructor parameters in jetbrains.buildServer.controllers.admin.projects with type arguments of type SVcsRoot Constructor Description BuildTypeVcsRoots(SBuildType buildType, List<SVcsRoot> vcsRoots)VcsProblemsBean(SystemProblemList problems, Collection<SVcsRoot> vcsRoots, SProject currentProject) -
Uses of SVcsRoot in jetbrains.buildServer.controllers.admin.projects.util
Methods in jetbrains.buildServer.controllers.admin.projects.util with parameters of type SVcsRoot Modifier and Type Method Description CheckoutRulesValidator.CheckoutRulesRequiredReasonCheckoutRulesValidator. checkoutRulesRequired(BuildTypeSettings buildTypeSettings, SVcsRoot vcsRoot) -
Uses of SVcsRoot in jetbrains.buildServer.controllers.agent
Methods in jetbrains.buildServer.controllers.agent that return types with arguments of type SVcsRoot Modifier and Type Method Description List<SVcsRoot>PoolProject. getOwnVcsRoots()List<SVcsRoot>PoolProject. getVcsRoots() -
Uses of SVcsRoot in jetbrains.buildServer.controllers.healthStatus.reports
Methods in jetbrains.buildServer.controllers.healthStatus.reports that return SVcsRoot Modifier and Type Method Description SVcsRootRedundantVcsRootsPageExtension.VcsRootInstancesGroup. getParentRoot() -
Uses of SVcsRoot in jetbrains.buildServer.controllers.project
Methods in jetbrains.buildServer.controllers.project that return SVcsRoot Modifier and Type Method Description SVcsRootVersionedSettingsBean. getConfiguredVcsRoot()Methods in jetbrains.buildServer.controllers.project that return types with arguments of type SVcsRoot Modifier and Type Method Description List<SVcsRoot>VersionedSettingsBean. getVersionedSettingsSuitableVcsRoots() -
Uses of SVcsRoot in jetbrains.buildServer.pipeline.versionedSettings.yaml
Methods in jetbrains.buildServer.pipeline.versionedSettings.yaml with parameters of type SVcsRoot Modifier and Type Method Description Set<String>YamlPipelineSettingsGenerator. getVcsRootConfigPaths(SVcsRoot root, ProjectSettingsPaths projectSettingsPaths) -
Uses of SVcsRoot in jetbrains.buildServer.pullRequests
Methods in jetbrains.buildServer.pullRequests that return SVcsRoot Modifier and Type Method Description SVcsRootPullRequestProvider. getVcsRoot()Returns VCS root that is used to supply pull request informationMethods in jetbrains.buildServer.pullRequests with parameters of type SVcsRoot Modifier and Type Method Description PullRequestManager.TargetBranchesInfoPullRequestManager. getTargetBranches(String providerType, SVcsRoot vcsRoot, BuildTypeTemplate template)Return target branches information for pull requests for the given VCS root and template -
Uses of SVcsRoot in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return SVcsRoot Modifier and Type Method Description SVcsRootSProject. copyVcsRoot(SVcsRoot originalRoot, String externalId)Creates a copy of original VCS root in this project.SVcsRootSProject. createDummyVcsRoot(String vcsName, Map<String,String> parameters)Creates a dummy VCS root which cannot be persisted, but can be used in cases when project specific VCS operation must be performed.SVcsRootSProject. createVcsRoot(String vcsName, String externalId, String name)Creates new VCS root in this projectSVcsRootSProject. createVcsRoot(String vcsName, String name, Map<String,String> params)Creates new VCS root in this projectSVcsRootProjectVcsRoots. findVcsRootByConfigId(String configId)Finds VCS root by config idSVcsRootProjectVcsRoots. findVcsRootByExternalId(String externalId)Finds VCS root by external idSVcsRootProjectVcsRoots. findVcsRootById(long id)Finds VCS root by idSVcsRootSProject. findVcsRootByName(String name)Returns own VCS root with given name or null if project does not have such VCS rootMethods in jetbrains.buildServer.serverSide that return types with arguments of type SVcsRoot Modifier and Type Method Description Collection<SVcsRoot>ProjectVcsRoots. findVcsRootsByIds(Collection<Long> ids)Finds all VCS roots having the specified ids.List<SVcsRoot>ProjectVcsRoots. getAllVcsRoots()List<SVcsRoot>SProject. getAvailableVcsRoots()Map<SVcsRoot,SVcsRoot>CopiedObjects. getCopiedVcsRootsMap()Map of copied vcs roots: src => srcCopyMap<SVcsRoot,SVcsRoot>CopiedObjects. getCopiedVcsRootsMap()Map of copied vcs roots: src => srcCopyList<SVcsRoot>SProject. getOwnVcsRoots()Returns VCS roots associated with this certain project.List<SVcsRoot>SProject. getUsedVcsRoots()List<SVcsRoot>BuildTypeSettings. getVcsRoots()Returns all roots currently attached to this configurationList<SVcsRoot>SProject. getVcsRoots()Returns all VCS roots associated with this project and all its subprojects transitively.Methods in jetbrains.buildServer.serverSide with parameters of type SVcsRoot Modifier and Type Method Description booleanBuildTypeSettings. addVcsRoot(SVcsRoot root)Adds VCS root to the build configuration with default checkout rules.voidBuildTypeSettingsAdapter. afterAddVcsRoot(SVcsRoot vcsRoot)voidBuildTypeSettingsListener. afterAddVcsRoot(SVcsRoot vcsRoot)voidBuildTypeSettingsAdapter. afterRemoveVcsRoot(SVcsRoot vcsRoot)voidBuildTypeSettingsListener. afterRemoveVcsRoot(SVcsRoot vcsRoot)voidBuildTypeSettingsAdapter. beforeAddVcsRoot(SVcsRoot vcsRoot)voidBuildTypeSettingsListener. beforeAddVcsRoot(SVcsRoot vcsRoot)voidBuildTypeSettingsAdapter. beforeRemoveVcsRoot(SVcsRoot vcsRoot)voidBuildTypeSettingsListener. beforeRemoveVcsRoot(SVcsRoot vcsRoot)voidBuildTypeSettingsAdapter. checkoutRulesChanged(SVcsRoot vcsRoot, CheckoutRules oldRules, CheckoutRules newRules)voidBuildTypeSettingsListener. checkoutRulesChanged(SVcsRoot vcsRoot, CheckoutRules oldRules, CheckoutRules newRules)intSVcsRootComparator. compare(SVcsRoot o1, SVcsRoot o2)SVcsRootSProject. copyVcsRoot(SVcsRoot originalRoot, String externalId)Creates a copy of original VCS root in this project.voidVcsSettingsTracker. forgetSettingsRevisions(SBuildType buildType, SVcsRoot parentRoot)Forgets VCS settings revisions for the specified build type and vcs root.BranchSpecBuildTypeEx. getBranchSpec(SVcsRoot root)Returns branch specification for specified parent rootBranchSpecBuildTypeTemplateEx. getBranchSpec(SVcsRoot root)Returns branch specification for specified parent rootCheckoutRulesReadOnlyBuildTypeSettings. getCheckoutRules(SVcsRoot vcsRoot)CheckoutRulesReadOnlyBuildTypeSettingsAdapter. getCheckoutRules(SVcsRoot vcsRoot)CheckoutRulesReadOnlyBuildTypeSettingsImpl. getCheckoutRules(SVcsRoot vcsRoot)BranchSpecBuildTypeEx. getLastUsedBranchSpec(SVcsRoot parentRoot)Returns branch specification used for changes collecting in given VCS root.VcsRootInstanceEntrySBuildType. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)VcsRootInstanceSBuildType. getVcsRootInstanceForParent(SVcsRoot parentRoot)booleanBuildTypeSettings. removeVcsRoot(SVcsRoot root)Removes existing VCS root from the build configuration.booleanBuildTypeEx. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)Replaces existing VCS root entry in settings with a new one, maintaining the order of the root entriesbooleanBuildTypeSettingsEx. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)Replaces existing VCS root entry in settings with a new one, maintaining the order of the root entriesbooleanBuildTypeTemplateEx. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)Replaces existing VCS root entry in settings with a new one, maintaining the order of the root entriesvoidConfigActionsServerAdapter. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot, String oldExternalId, String newExternalId)voidConfigActionsServerListener. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot, String oldExternalId, String newExternalId)voidProjectsModelListener. vcsRootExternalIdChanged(SVcsRoot vcsRoot, String oldExternalId, String newExternalId)Called when VCS root external id has ben changed.voidProjectsModelListenerAdapter. vcsRootExternalIdChanged(SVcsRoot vcsRoot, String oldExternalId, String newExternalId)voidProjectsModelListener. vcsRootMoved(SVcsRoot root, SProject original)Called when a VCS root has been moved from one project to another.voidProjectsModelListenerAdapter. vcsRootMoved(SVcsRoot root, SProject original)voidConfigActionsServerAdapter. vcsRootPersisted(ConfigAction cause, SVcsRoot vcsRoot)voidConfigActionsServerListener. vcsRootPersisted(ConfigAction cause, SVcsRoot vcsRoot)voidProjectsModelListener. vcsRootPersisted(SVcsRoot vcsRoot)Called when VCS root settings have been stored on diskvoidProjectsModelListenerAdapter. vcsRootPersisted(SVcsRoot vcsRoot)voidProjectsModelListener. vcsRootRemoved(SVcsRoot root)Called when VCS root was removedvoidProjectsModelListenerAdapter. vcsRootRemoved(SVcsRoot root)voidProjectsModelListener. vcsRootUpdated(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)Called when VCS root settings were changedvoidProjectsModelListenerAdapter. vcsRootUpdated(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)Method parameters in jetbrains.buildServer.serverSide with type arguments of type SVcsRoot Modifier and Type Method Description booleanBuildTypeEx. setVcsRoots(Collection<SVcsRoot> vcsRoots)Sets VCS roots.booleanBuildTypeSettingsEx. setVcsRoots(Collection<SVcsRoot> vcsRoots)Sets VCS roots.booleanBuildTypeTemplateEx. setVcsRoots(Collection<SVcsRoot> vcsRoots)Sets VCS roots. -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type SVcsRoot Modifier and Type Method Description BuildTypeSettingsAssertBuildTypeSettingsAssert. hasVcsRootsContainingOnly(SVcsRoot... vcsRoots)BuildTypeTemplateAssertBuildTypeTemplateAssert. hasVcsRootsContainingOnly(SVcsRoot... vcsRoots)Assert that Teamplate has only specified VcsRoots in any order.SBuildTypeAssertSBuildTypeAssert. hasVcsRootsContainingOnly(SVcsRoot... vcsRoots)Assert that BuildType contains only vcsRoots in any order.SProjectAssertSProjectAssert. hasVcsRootsOnly(SVcsRoot... vcsRoots)Assert that project contains only vcsRoots in any order.static SVCSRootAssertServerAsserts. then(SVcsRoot vcsRoot) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.audit
Methods in jetbrains.buildServer.serverSide.audit with parameters of type SVcsRoot Modifier and Type Method Description AuditLogAuditLogFactory. createForVcsRoot(SVcsRoot vcsRoot)Returns audit log for the specified vcs root -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.audit.helpers
Methods in jetbrains.buildServer.serverSide.audit.helpers with parameters of type SVcsRoot Modifier and Type Method Description protected StringVcsRootHelper. doGetLog4jDescription(SVcsRoot object)protected StringVcsRootHelper. doGetObjectExternalId(SVcsRoot object)protected StringVcsRootHelper. doGetObjectId(SVcsRoot object)protected StringVcsRootHelper. doGetObjectName(SVcsRoot object) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth with parameters of type SVcsRoot Modifier and Type Method Description voidAccessChecker. checkCanEditVcsRoot(SVcsRoot vcsRoot)voidAccessChecker. checkCanViewVcsRoot(SVcsRoot vcsRoot)static booleanAuthUtil. hasPermissionToEditVcsRoot(AuthorityHolder authHolder, SVcsRoot vcsRoot)Checks whether specified authority holder can edit VCS rootstatic booleanAuthUtil. hasReadAccessTo(AuthorityHolder authorityHolder, SVcsRoot vcsRoot)Returns true if authority holder has read access to the specified VCS root -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.config
Methods in jetbrains.buildServer.serverSide.config with parameters of type SVcsRoot Modifier and Type Method Description static ConfigModificationConfigModificationFactory. createForVcsRoot(SVcsRoot vcsRoot, int versionAfter)FileHistoryConfigHistoryManager. getVcsRootConfigHistory(SVcsRoot vcsRoot)FileHistoryConfigHistoryManagerImpl. getVcsRootConfigHistory(SVcsRoot vcsRoot)voidConfigHistoryManagerImpl. vcsRootRemoved(SVcsRoot root) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.healthStatus
Methods in jetbrains.buildServer.serverSide.healthStatus that return types with arguments of type SVcsRoot Modifier and Type Method Description Collection<SVcsRoot>HealthStatusScope. getVcsRoots()Methods in jetbrains.buildServer.serverSide.healthStatus with parameters of type SVcsRoot Modifier and Type Method Description voidHealthStatusItemConsumer. consumeForVcsRoot(SVcsRoot vcsRoot, HealthStatusItem item)Stores item related to some vcs root. -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.healthStatus.impl
Methods in jetbrains.buildServer.serverSide.healthStatus.impl with parameters of type SVcsRoot Modifier and Type Method Description ScopeBuilderScopeBuilder. addVcsRoot(SVcsRoot vcsRoot) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.healthStatus.reports
Methods in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type SVcsRoot Modifier and Type Method Description voidStubHealthStatusItemConsumer. consumeForVcsRoot(SVcsRoot vcsRoot, HealthStatusItem item) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.healthStatus.utils
Methods in jetbrains.buildServer.serverSide.healthStatus.utils that return types with arguments of type SVcsRoot Modifier and Type Method Description static List<SVcsRoot>ProjectHierarchyUtils. getProjectsOwnVcsRoots(Collection<SProject> projects)Method parameters in jetbrains.buildServer.serverSide.healthStatus.utils with type arguments of type SVcsRoot Modifier and Type Method Description static SProjectProjectHierarchyUtils. getCommonParentProject(Collection<SVcsRoot> roots, ProjectManager projectManager) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return SVcsRoot Modifier and Type Method Description SVcsRootProjectEx. getVersionedSettingsVcsRoot()Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type SVcsRoot Modifier and Type Method Description Map<SVcsRoot,SVcsRoot>BuildTypeCopyMap. getCopiedVcsRootsMap()Map<SVcsRoot,SVcsRoot>BuildTypeCopyMap. getCopiedVcsRootsMap()List<SVcsRoot>BuildTypeImpl. getVcsRoots()List<SVcsRoot>BuildTypeSettingsImpl. getVcsRoots()List<SVcsRoot>BuildTypeTemplateImpl. getVcsRoots()List<SVcsRoot>DummyBuildType. getVcsRoots()List<SVcsRoot>EditableBuildTypeCopy. getVcsRoots()List<SVcsRoot>EditableTemplateCopy. getVcsRoots()List<SVcsRoot>InaccessibleTemplate. getVcsRoots()List<SVcsRoot>RemoteBuildTypeImpl. getVcsRoots()Methods in jetbrains.buildServer.serverSide.impl with parameters of type SVcsRoot Modifier and Type Method Description booleanBuildTypeImpl. addVcsRoot(SVcsRoot root)booleanBuildTypeSettingsImpl. addVcsRoot(SVcsRoot root)booleanBuildTypeTemplateImpl. addVcsRoot(SVcsRoot root)booleanDummyBuildType. addVcsRoot(SVcsRoot root)booleanEditableBuildTypeCopy. addVcsRoot(SVcsRoot root)booleanEditableTemplateCopy. addVcsRoot(SVcsRoot root)booleanInaccessibleTemplate. addVcsRoot(SVcsRoot root)booleanRemoteBuildTypeImpl. addVcsRoot(SVcsRoot root)voidBuildTypeImpl. afterAddVcsRoot(SVcsRoot vcsRoot)voidBuildTypeImpl. afterRemoveVcsRoot(SVcsRoot root)voidBuildTypeImpl. beforeAddVcsRoot(SVcsRoot vcsRoot)voidBuildTypeImpl. beforeRemoveVcsRoot(SVcsRoot vcsRoot)voidBuildTypeImpl. checkoutRulesChanged(SVcsRoot vcsRoot, CheckoutRules oldRules, CheckoutRules newRules)SVcsRootExProjectEx. copyVcsRoot(SVcsRoot originalRoot, String externalId)VcsRootBuilderImplBaseServerTestCase. copyVcsRootConfig(SVcsRoot root)voidCDSFirstBranchRevisionTracker. deleteRevisions(SBuildType buildType, SVcsRoot root, boolean implicitSettingsRoot)voidFirstBranchRevisionTracker. deleteRevisions(SBuildType buildType, SVcsRoot root, boolean implicitSettingsVcsRoot)Removes all revisions for the specified buildType and VCS rootvoidVcsSettingsTrackerImpl. forgetSettingsRevisions(SBuildType buildType, SVcsRoot parentRoot)BranchSpecBuildTypeImpl. getBranchSpec(SVcsRoot parentRoot)BranchSpecBuildTypeTemplateImpl. getBranchSpec(SVcsRoot root)BranchSpecDummyBuildType. getBranchSpec(SVcsRoot root)BranchSpecEditableBuildTypeCopy. getBranchSpec(SVcsRoot root)BranchSpecEditableTemplateCopy. getBranchSpec(SVcsRoot root)BranchSpecInaccessibleTemplate. getBranchSpec(SVcsRoot root)BranchSpecRemoteBuildTypeImpl. getBranchSpec(SVcsRoot root)BranchSpecBuildTypeImpl. getLastUsedBranchSpec(SVcsRoot parentRoot)BranchSpecDummyBuildType. getLastUsedBranchSpec(SVcsRoot parentRoot)BranchSpecEditableBuildTypeCopy. getLastUsedBranchSpec(SVcsRoot parentRoot)BranchSpecRemoteBuildTypeImpl. getLastUsedBranchSpec(SVcsRoot parentRoot)VcsRootInstanceEntryBuildTypeImpl. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)VcsRootInstanceEntryDummyBuildType. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)VcsRootInstanceEntryEditableBuildTypeCopy. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)VcsRootInstanceEntryRemoteBuildTypeImpl. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)VcsRootInstanceBuildTypeImpl. getVcsRootInstanceForParent(SVcsRoot parentRoot)VcsRootInstanceDummyBuildType. getVcsRootInstanceForParent(SVcsRoot parentRoot)VcsRootInstanceEditableBuildTypeCopy. getVcsRootInstanceForParent(SVcsRoot parentRoot)VcsRootInstanceRemoteBuildTypeImpl. getVcsRootInstanceForParent(SVcsRoot parentRoot)booleanBuildTypeImpl. removeVcsRoot(SVcsRoot root)booleanBuildTypeSettingsImpl. removeVcsRoot(SVcsRoot root)booleanBuildTypeTemplateImpl. removeVcsRoot(SVcsRoot root)booleanDummyBuildType. removeVcsRoot(SVcsRoot root)booleanEditableBuildTypeCopy. removeVcsRoot(SVcsRoot root)booleanEditableTemplateCopy. removeVcsRoot(SVcsRoot root)booleanInaccessibleTemplate. removeVcsRoot(SVcsRoot root)booleanRemoteBuildTypeImpl. removeVcsRoot(SVcsRoot root)booleanBuildTypeImpl. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)booleanBuildTypeSettingsImpl. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)booleanBuildTypeTemplateImpl. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)booleanDummyBuildType. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)booleanEditableBuildTypeCopy. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)booleanEditableTemplateCopy. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)booleanInaccessibleTemplate. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)booleanRemoteBuildTypeImpl. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)protected VcsRootInstanceBaseServerTestCase. resolveInProject(SVcsRoot root, SProject project)voidMockBuildAgent. setCurrentVersion(SVcsRoot root, String currentVersion)voidBuildTypeCopyMap. vcsRootCopied(SVcsRoot source, SVcsRoot copy)voidBuildTypesEventListener. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot)voidVcsLabelingBuildFeatureSettingsMapper. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot, String oldExternalId, String newExternalId)voidBuildTypesEventListener. vcsRootUpdated(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type SVcsRoot Modifier and Type Method Description booleanBuildTypeImpl. setVcsRoots(Collection<SVcsRoot> vcsRoots)booleanBuildTypeSettingsImpl. setVcsRoots(Collection<SVcsRoot> vcsRoots)booleanBuildTypeTemplateImpl. setVcsRoots(Collection<SVcsRoot> vcsRoots)booleanDummyBuildType. setVcsRoots(Collection<SVcsRoot> vcsRoots)booleanEditableBuildTypeCopy. setVcsRoots(Collection<SVcsRoot> vcsRoots)booleanEditableTemplateCopy. setVcsRoots(Collection<SVcsRoot> vcsRoots)booleanInaccessibleTemplate. setVcsRoots(Collection<SVcsRoot> vcsRoots)booleanRemoteBuildTypeImpl. setVcsRoots(Collection<SVcsRoot> vcsRoots) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit with parameters of type SVcsRoot Modifier and Type Method Description AuditLogAuditLogFactoryImpl. createForVcsRoot(SVcsRoot vcsRoot) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement SVcsRoot Modifier and Type Class Description classSecuredVcsRootMethods in jetbrains.buildServer.serverSide.impl.auth that return SVcsRoot Modifier and Type Method Description SVcsRootSecuredProjectManager. findVcsRootByConfigId(String configId)SVcsRootSecuredVersionedSettingsManager. getOwnVersionedSettingsVcsRoot(SProject project)SVcsRootSecuredVersionedSettingsManager. getVersionedSettingsVcsRoot(SProject project)Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type SVcsRoot Modifier and Type Method Description Collection<? extends SVcsRoot>SecuredVcsManager. findRootsByVcsName(String vcsSupportName)List<SVcsRoot>SecuredVcsManager. findUnusedVcsRootsByScope(VcsRootScope scope)Collection<? extends SVcsRoot>SecuredVcsManager. findVcsRoots(Collection<Long> ids)Collection<SVcsRoot>SecuredProjectManager. findVcsRootsByIds(Collection<Long> ids)List<SVcsRoot>SecuredVcsManager. findVcsRootsByScope(VcsRootScope scope)List<SVcsRoot>SecuredVcsManager. getAllRegisteredVcsRoots()List<SVcsRoot>SecuredProjectManager. getAllVcsRoots()List<SVcsRoot>SecuredVcsManager. getAttachedRoots(SBuildType buildType)List<SVcsRoot>SecuredProject. getVcsRoots()Map<SVcsRoot,String>SecuredVcsManager. getVcsRootsUsernames(User user)Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type SVcsRoot Modifier and Type Method Description booleanContextAwareVcsRootAccessFilter. accept(SVcsRoot vcsRoot)voidSecuredVcsManager. attachTo(SBuildType buildType, SVcsRoot vcsRoot)voidServerAccessChecker. checkCanEditVcsRoot(SVcsRoot vcsRoot)static voidServerAuthUtil. checkCanEditVcsRoot(AuthorityHolder authHolder, SVcsRoot vcsRoot)Deprecated.static voidServerAuthUtil. checkCanViewSettings(AuthorityHolder authorityHolder, SVcsRoot vcsRoot)Deprecated.voidServerAccessChecker. checkCanViewVcsRoot(SVcsRoot vcsRoot)static voidServerAuthUtil. checkReadAccessTo(AuthorityHolder authorityHolder, SVcsRoot vcsRoot)Deprecated.SVcsRootExSecuredProject. copyVcsRoot(SVcsRoot originalRoot, String externalId)voidSecuredVcsManager. detachFrom(SBuildType buildType, SVcsRoot vcsRoot)voidSecuredVcsModificationHistory. detachPendingChangesFromBuildType(SBuildType buildType, SVcsRoot parentRoot)VcsRootStatusSecuredVcsManager. getStatus(SVcsRoot vcsRoot)VcsRootInstanceSecuredVcsManager. getVcsRootInstance(SVcsRoot parent, Map<String,String> params)booleanSecuredVcsManager. isUsedInProjects(SVcsRoot vcsRoot)voidSecuredVcsModificationHistory. scheduleDetachPendingChangesFromBuildType(SBuildType buildType, SVcsRoot vcsRoot) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.impl.persisting.projects
Methods in jetbrains.buildServer.serverSide.impl.persisting.projects that return types with arguments of type SVcsRoot Modifier and Type Method Description Map<SVcsRoot,Throwable>ProjectPersistErrors. getVcsRootErrors()Returns VCS root config persisting errorsMap<SVcsRoot,Throwable>ProjectPersistErrorsImpl. getVcsRootErrors() -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return SVcsRoot Modifier and Type Method Description SVcsRootProjectImpl. createDummyVcsRoot(String vcsName, Map<String,String> parameters)SVcsRootProjectImpl. findVcsRootByName(String name)SVcsRootProjectImpl. getVersionedSettingsVcsRoot()Methods in jetbrains.buildServer.serverSide.impl.projects that return types with arguments of type SVcsRoot Modifier and Type Method Description Collection<SVcsRoot>ProjectManagerImpl. findVcsRootsByIds(Collection<Long> ids)List<SVcsRoot>ProjectManagerImpl. getAllVcsRoots()List<SVcsRoot>ProjectImpl. getAvailableVcsRoots()List<SVcsRoot>ProjectImpl. getOwnVcsRoots()List<SVcsRoot>ProjectImpl. getUsedVcsRoots()List<SVcsRoot>ProjectImpl. getVcsRoots()Function<String,SVcsRoot>LoadSettingsConfig. getVcsRootsProvider()Methods in jetbrains.buildServer.serverSide.impl.projects with parameters of type SVcsRoot Modifier and Type Method Description SVcsRootExProjectImpl. copyVcsRoot(SVcsRoot originalRoot, String externalId)voidCompositeProjectLoaderCallback. vcsRootCreated(SVcsRoot vcsRoot)default voidProjectsLoaderCallback. vcsRootCreated(SVcsRoot vcsRoot)voidCompositeProjectLoaderCallback. vcsRootExternalIdChanged(SVcsRoot vcsRoot, String prevExtId, String newExtId)voidProjectEventsNotifier. vcsRootExternalIdChanged(SVcsRoot vcsRoot, String oldExternalId, String newExternalId)default voidProjectsLoaderCallback. vcsRootExternalIdChanged(SVcsRoot vcsRoot, String prevExtId, String newExtId)voidProjectEventsNotifier. vcsRootMoved(SVcsRoot root, SProject original)voidProjectEventsNotifier. vcsRootPersisted(SVcsRoot vcsRoot)voidCompositeProjectLoaderCallback. vcsRootRemoved(SVcsRoot vcsRoot)voidDeletedEntityTrackerImpl. vcsRootRemoved(SVcsRoot root)voidProjectEventsNotifier. vcsRootRemoved(SVcsRoot root)default voidProjectsLoaderCallback. vcsRootRemoved(SVcsRoot vcsRoot)voidCompositeProjectLoaderCallback. vcsRootUpdated(SVcsRoot prevVcsRoot, SVcsRoot newVcsRoot)voidProjectEventsNotifier. vcsRootUpdated(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)default voidProjectsLoaderCallback. vcsRootUpdated(SVcsRoot prevVcsRoot, SVcsRoot newVcsRoot)Method parameters in jetbrains.buildServer.serverSide.impl.projects with type arguments of type SVcsRoot Modifier and Type Method Description voidLoadSettingsConfig. setVcsRootsProvider(Function<String,SVcsRoot> vcsRootsProvider) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.impl.versionedSettings
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings that return SVcsRoot Modifier and Type Method Description SVcsRootVersionedSettingsManagerImpl. getOwnVersionedSettingsVcsRoot(SProject project)SVcsRootVersionedSettingsManagerImpl. getVersionedSettingsVcsRoot(SProject project)Methods in jetbrains.buildServer.serverSide.impl.versionedSettings that return types with arguments of type SVcsRoot Modifier and Type Method Description List<SVcsRoot>ConvertedSettings. getVcsRoots()Methods in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type SVcsRoot Modifier and Type Method Description voidConvertedSettings. addVcsRoot(SVcsRoot root)VcsRootBuilderImplProjectsBuilderFactory. getRootBuilder(SVcsRoot root)Set<String>ProjectSettingsGenerator. getVcsRootConfigPaths(SVcsRoot root, ProjectSettingsPaths projectSettingsPaths)Should return paths to configs of the specified VCS root from the root directory of the versioned settings VCS root.Set<String>XmlProjectSettingsGenerator. getVcsRootConfigPaths(SVcsRoot root, ProjectSettingsPaths projectSettingsPaths)default booleanProjectSettingsGenerator. isVersionedSettingsRootUpdateSupported(SVcsRoot root)Returns true if update in UI of the specified versioned settings VCS root is supportedvoidCompositeConfigChangesCommitter. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot, String oldExternalId, String newExternalId)voidCompositeConfigChangesCommitter. vcsRootPersisted(ConfigAction cause, SVcsRoot vcsRoot)voidVersionedSettingsRootPersistedListener. vcsRootPersisted(ConfigAction cause, SVcsRoot root) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.oauth
Methods in jetbrains.buildServer.serverSide.oauth with parameters of type SVcsRoot Modifier and Type Method Description voidRefreshableTokenConfigListener. vcsRootMoved(SVcsRoot root, SProject original) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.projectsExport
Methods in jetbrains.buildServer.serverSide.projectsExport that return types with arguments of type SVcsRoot Modifier and Type Method Description Set<SVcsRoot>ProjectExportScope. getVcsRootsToExport() -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.systemProblems
Methods in jetbrains.buildServer.serverSide.systemProblems with parameters of type SVcsRoot Modifier and Type Method Description Collection<SystemProblemEntry>SystemProblemList. getProblems(SVcsRoot vcsRoot)Returns the set of system problems related to the given VCS Root.Collection<SystemProblemEntry>SystemProblemNotificationEngine. getProblems(SVcsRoot vcsRoot)SystemProblemTicketSystemProblemNotification. raiseProblem(SBuildType relatedBuildType, SVcsRoot relatedVcsRoot, SystemProblem problem)Raises a problem and links it to a pair of the given Build Type and VCS Root.SystemProblemTicketSystemProblemNotification. raiseProblem(SVcsRoot relatedTo, SystemProblem problem)Deprecated.since 2020.2SystemProblemTicketSystemProblemNotificationEngine. raiseProblem(SBuildType relatedBuildType, SVcsRoot relatedVcsRoot, SystemProblem problem)SystemProblemTicketSystemProblemNotificationEngine. raiseProblem(SVcsRoot relatedTo, SystemProblem problem) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.vcs
Methods in jetbrains.buildServer.serverSide.vcs that return types with arguments of type SVcsRoot Modifier and Type Method Description List<SVcsRoot>BuildTypeVcsRootsHolder. getAttachedRoots(SBuildType buildType)Methods in jetbrains.buildServer.serverSide.vcs with parameters of type SVcsRoot Modifier and Type Method Description voidBuildTypeVcsRootsHolder. attachTo(SBuildType buildType, SVcsRoot vcsRoot)voidBuildTypeVcsRootsHolder. detachFrom(SBuildType buildType, SVcsRoot vcsRoot) -
Uses of SVcsRoot in jetbrains.buildServer.serverSide.versionedSettings
Methods in jetbrains.buildServer.serverSide.versionedSettings that return SVcsRoot Modifier and Type Method Description SVcsRootVersionedSettingsManager. getOwnVersionedSettingsVcsRoot(SProject project)Returns versioned settings root configured for given project ignoring settings inherited from parent project.SVcsRootVersionedSettingsManager. getVersionedSettingsVcsRoot(SProject project)For given project returns VCS root where project settings are stored. -
Uses of SVcsRoot in jetbrains.buildServer.vcs
Subinterfaces of SVcsRoot in jetbrains.buildServer.vcs Modifier and Type Interface Description interfaceSVcsRootExClasses in jetbrains.buildServer.vcs that implement SVcsRoot Modifier and Type Class Description classMockSVcsRootDeprecated.since 8.0, use VcsRootImpl if you need to construct VCS root in testsMethods in jetbrains.buildServer.vcs that return SVcsRoot Modifier and Type Method Description SVcsRootVcsRootsManager. findRootByExternalId(String vcsRootExternalId)Returns vcs root with specified external id.SVcsRootVcsRootsManager. findRootById(long id)returns vcs root with specified idSVcsRootVcsRootInstance. getParent()Methods in jetbrains.buildServer.vcs that return types with arguments of type SVcsRoot Modifier and Type Method Description Collection<? extends SVcsRoot>VcsRootsManager. findRootsByVcsName(String vcsSupportName)Returns collection of VCS roots corresponding to VcsSupport with specified name (seeVcsSupportConfig.getName())List<SVcsRoot>VcsRootsManager. findUnusedVcsRootsByScope(VcsRootScope scope)Returns list of VCS roots having specified scope and having no usages in build configurations.Collection<? extends SVcsRoot>VcsRootsManager. findVcsRoots(Collection<Long> ids)returns available vcs roots with the given idsList<SVcsRoot>VcsRootsManager. findVcsRootsByScope(VcsRootScope scope)Returns all VCS roots having specified scope.List<SVcsRoot>VcsRootsManager. getAllRegisteredVcsRoots()returns list of all registered vcs rootsList<SVcsRoot>VcsRootsManagerEx. getAttachedRoots(SBuildType buildType)Map<SVcsRoot,String>VcsRootUsernamesManager. getVcsRootsUsernames(User user)Returns VCS root specific user names defined by the specified user.Methods in jetbrains.buildServer.vcs with parameters of type SVcsRoot Modifier and Type Method Description voidVcsModificationHistoryEx. detachPendingChangesFromBuildType(SBuildType buildType, SVcsRoot parentRoot)VcsRootStatusVcsManager. getStatus(SVcsRoot vcsRoot)Deprecated.This method should not be used, because it returns questionable data when a VCS Root is parameterized and used in different build configurationsVcsRootInstanceVcsRootInstancesManagerEx. getTemporaryVcsRootInstance(SVcsRoot vcsRoot, ValueResolver valueResolver)Creates (or returns previously created) VcsRootInstance from the specified VCS root settings and using specified ValueResolver.VcsRootInstanceVcsRootInstancesManager. getVcsRootInstance(SVcsRoot parent, Map<String,String> params)Returns VCS root instance from the specified parent VCS root and new parameters.VcsRootInstanceVcsRootInstancesManagerEx. getVcsRootInstance(SVcsRoot vcsRoot, ParametersSupport resolveProvider)booleanVcsRootsManager. isUsedInProjects(SVcsRoot vcsRoot)voidVcsModificationHistoryEx. scheduleDetachPendingChangesFromBuildType(SBuildType buildType, SVcsRoot parentRoot) -
Uses of SVcsRoot in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement SVcsRoot Modifier and Type Class Description classDeletedVcsRootclassInaccessibleVcsRootCreated 23.08.13 15:24classSVcsRootImplMethods in jetbrains.buildServer.vcs.impl that return SVcsRoot Modifier and Type Method Description SVcsRootVcsManagerImpl. createNewVcsRoot(VcsUrl url, String name, VcsRootScope scope)SVcsRootVcsRootsManagerImpl. createNewVcsRoot(VcsUrl url, String name, VcsRootScope scope)SVcsRootVcsRootInstanceImpl. getParent()SVcsRootVcsRootInstanceWithParent. getParent()Methods in jetbrains.buildServer.vcs.impl with parameters of type SVcsRoot Modifier and Type Method Description voidVcsManagerImpl. attachTo(SBuildType buildType, SVcsRoot vcsRoot)voidVcsRootsManagerImpl. attachTo(SBuildType buildType, SVcsRoot vcsRoot)intDeletedVcsRoot. compareTo(SVcsRoot o)intInaccessibleVcsRoot. compareTo(SVcsRoot o)intSVcsRootImpl. compareTo(SVcsRoot o)VcsRootInstanceExVcsRootInstanceFactory. createInstanceFromParent(long id, SVcsRoot parent, Map<String,String> params)voidVcsManagerImpl. detachFrom(SBuildType buildType, SVcsRoot vcsRoot)voidVcsRootsManagerImpl. detachFrom(SBuildType buildType, SVcsRoot vcsRoot)voidDBVcsModificationHistory. detachPendingChangesFromBuildType(SBuildType buildType, SVcsRoot parentRoot)VcsRootStatusVcsManagerImpl. getStatus(SVcsRoot vcsRoot)VcsRootInstanceExVcsRootInstancesManagerImpl. getTemporaryVcsRootInstance(SVcsRoot vcsRoot, ValueResolver valueResolver)VcsRootInstanceVcsManagerImpl. getVcsRootInstance(SVcsRoot parent, Map<String,String> params)VcsRootInstanceExVcsRootInstancesManagerImpl. getVcsRootInstance(SVcsRoot parent, Map<String,String> params)VcsRootInstanceVcsRootInstancesManagerImpl. getVcsRootInstance(SVcsRoot vcsRoot, ParametersSupport resolveProvider)booleanVcsManagerImpl. isUsedInProjects(SVcsRoot vcsRoot)booleanVcsRootsManagerImpl. isUsedInProjects(SVcsRoot vcsRoot)voidDBVcsModificationHistory. scheduleDetachPendingChangesFromBuildType(SBuildType buildType, SVcsRoot parentRoot)Constructors in jetbrains.buildServer.vcs.impl with parameters of type SVcsRoot Constructor Description InaccessibleVcsRoot(SVcsRoot found)VcsRootInstanceWithParent(VcsRootInstanceEx originalRoot, SVcsRoot parentRoot) -
Uses of SVcsRoot in jetbrains.buildServer.vcs.util
Methods in jetbrains.buildServer.vcs.util that return SVcsRoot Modifier and Type Method Description SVcsRootVcsRootInstanceInfo. getParentRoot()Methods in jetbrains.buildServer.vcs.util that return types with arguments of type SVcsRoot Modifier and Type Method Description Collection<SVcsRoot>DuplicateVcsRootsInfo. getDuplicates()List<SVcsRoot>DuplicateVcsRootInstancesInfo. getParentRoots()Collection<SVcsRoot>VcsRootDuplicatesFinder. searchDuplicateVcsRoots(VcsRoot vcsRoot, Collection<SProject> projects)Searches for VCS roots with similar properties in provided projects.Constructors in jetbrains.buildServer.vcs.util with parameters of type SVcsRoot Constructor Description VcsRootInstanceInfo(SVcsRoot parentRoot, SBuildType buildType)Constructor parameters in jetbrains.buildServer.vcs.util with type arguments of type SVcsRoot Constructor Description DuplicateVcsRootsInfo(Long hash, Collection<SVcsRoot> duplicates) -
Uses of SVcsRoot in jetbrains.buildServer.virtualConfiguration.generator
Methods in jetbrains.buildServer.virtualConfiguration.generator that return types with arguments of type SVcsRoot Modifier and Type Method Description Map<SVcsRoot,CheckoutRules>VirtualBuildTypeSettings. getVcsRoots()Method parameters in jetbrains.buildServer.virtualConfiguration.generator with type arguments of type SVcsRoot Modifier and Type Method Description VirtualBuildTypeSettingsVirtualBuildTypeSettings. setVcsRoots(Map<SVcsRoot,CheckoutRules> vcsRoots) -
Uses of SVcsRoot in jetbrains.buildServer.web.functions.auth
Methods in jetbrains.buildServer.web.functions.auth with parameters of type SVcsRoot Modifier and Type Method Description static booleanAuthorizationFunctions. canEditVcsRoot(SVcsRoot vcsRoot)Returns true if current authority holder can edit VCS root -
Uses of SVcsRoot in jetbrains.buildServer.web.util
Methods in jetbrains.buildServer.web.util that return types with arguments of type SVcsRoot Modifier and Type Method Description List<SVcsRoot>ProjectHierarchyTreeBean. getVcsRoots()
-