Uses of Interface
jetbrains.buildServer.vcs.SVcsRoot
-
-
Uses of SVcsRoot in jetbrains
Methods in jetbrains that return SVcsRoot Modifier and Type Method Description SVcsRoot
ModFixture. 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 boolean
MockBuildType. addVcsRoot(SVcsRoot root)
static void
VcsFixtureUtil. addVcsRoot(SVcsRoot vcsRoot, String checkoutRoot, SBuildType buildType)
static void
VcsFixtureUtil. addVcsRoot(SVcsRoot vcsRoot, CheckoutRules rules, SBuildType buildType)
void
BuildServerCreator. enableVersionedSettings(SProject project, SVcsRoot vcsRoot)
BranchSpec
MockBuildType. getBranchSpec(SVcsRoot root)
BranchSpec
MockBuildType. getLastUsedBranchSpec(SVcsRoot parentRoot)
VcsRootInstanceEntry
MockBuildType. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)
VcsRootInstance
MockBuildType. getVcsRootInstanceForParent(SVcsRoot parent)
boolean
MockBuildType. removeVcsRoot(SVcsRoot root)
boolean
MockBuildType. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
Method parameters in jetbrains with type arguments of type SVcsRoot Modifier and Type Method Description void
MockBuildType. setVcsRootMap(Map<SVcsRoot,VcsRootInstance> rootMap)
boolean
MockBuildType. 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 void
TriggerRulesListener. 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 void
TriggerLogger. 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 void
UIConfigsPersister. persist(SVcsRoot root, ConfigAction cause)
void
UIConfigsPersister. 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_COMPARATOR
Methods in jetbrains.buildServer.controllers.admin.projects that return SVcsRoot Modifier and Type Method Description SVcsRoot
VcsPropertiesBean. createDummyVcsRoot(Map<String,String> properties, ProjectEx ownerProject)
SVcsRoot
VcsPropertiesBean. createDummyVcsRoot(ProjectEx ownerProject)
SVcsRoot
VcsPropertiesBean. createDummyVcsRoot(ProjectEx ownerProject, SUser currentUser, OAuthTokensStorage oauthTokens, EditVcsRootsController.TokenInfoConsumer tokenInfoConsumer)
SVcsRoot
ObjectFinder. findVcsRoot(javax.servlet.http.HttpServletRequest request)
SVcsRoot
VcsPropertiesBean. 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 void
VcsSettingsBean. addVcsRoot(SVcsRoot vcsRoot)
abstract void
AbstractBuildTypeVcsRootsController. attachVcsRoot(javax.servlet.http.HttpServletRequest request, SVcsRoot root)
abstract void
AbstractBuildTypeVcsRootsController. detachVcsRoot(javax.servlet.http.HttpServletRequest request, SVcsRoot root)
boolean
TestConnectionCommand. isTestConnectionAvailableFor(SVcsRoot root)
VcsRootInstance
VcsPropertiesBean. resolvedInstance(SVcsRoot vcsRoot, ValueResolver valueResolver)
void
VcsSettingsBean. setCheckoutRules(SVcsRoot root, CheckoutRules checkoutRules)
protected abstract boolean
VcsSettingsBean. supportsLabeling(SVcsRoot root)
protected boolean
VcsSettingsBeanImpl. supportsLabeling(SVcsRoot root)
abstract void
AbstractBuildTypeVcsRootsController. 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.CheckoutRulesRequiredReason
CheckoutRulesValidator. 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 SVcsRoot
RedundantVcsRootsPageExtension.VcsRootInstancesGroup. getParentRoot()
-
Uses of SVcsRoot in jetbrains.buildServer.controllers.project
Methods in jetbrains.buildServer.controllers.project that return SVcsRoot Modifier and Type Method Description SVcsRoot
VersionedSettingsBean. 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 SVcsRoot
PullRequestProvider. 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.TargetBranchesInfo
PullRequestManager. 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 SVcsRoot
SProject. copyVcsRoot(SVcsRoot originalRoot, String externalId)
Creates a copy of original VCS root in this project.SVcsRoot
SProject. 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.SVcsRoot
SProject. createVcsRoot(String vcsName, String externalId, String name)
Creates new VCS root in this projectSVcsRoot
SProject. createVcsRoot(String vcsName, String name, Map<String,String> params)
Creates new VCS root in this projectSVcsRoot
ProjectVcsRoots. findVcsRootByConfigId(String configId)
Finds VCS root by config idSVcsRoot
ProjectVcsRoots. findVcsRootByExternalId(String externalId)
Finds VCS root by external idSVcsRoot
ProjectVcsRoots. findVcsRootById(long id)
Finds VCS root by idSVcsRoot
SProject. 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 boolean
BuildTypeSettings. addVcsRoot(SVcsRoot root)
Adds VCS root to the build configuration with default checkout rules.void
BuildTypeSettingsAdapter. afterAddVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeSettingsListener. afterAddVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeSettingsAdapter. afterRemoveVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeSettingsListener. afterRemoveVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeSettingsAdapter. beforeAddVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeSettingsListener. beforeAddVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeSettingsAdapter. beforeRemoveVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeSettingsListener. beforeRemoveVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeSettingsAdapter. checkoutRulesChanged(SVcsRoot vcsRoot, CheckoutRules oldRules, CheckoutRules newRules)
void
BuildTypeSettingsListener. checkoutRulesChanged(SVcsRoot vcsRoot, CheckoutRules oldRules, CheckoutRules newRules)
int
SVcsRootComparator. compare(SVcsRoot o1, SVcsRoot o2)
SVcsRoot
SProject. copyVcsRoot(SVcsRoot originalRoot, String externalId)
Creates a copy of original VCS root in this project.void
VcsSettingsTracker. forgetSettingsRevisions(SBuildType buildType, SVcsRoot parentRoot)
Forgets VCS settings revisions for the specified build type and vcs root.BranchSpec
BuildTypeEx. getBranchSpec(SVcsRoot root)
Returns branch specification for specified parent rootBranchSpec
BuildTypeTemplateEx. getBranchSpec(SVcsRoot root)
Returns branch specification for specified parent rootCheckoutRules
ReadOnlyBuildTypeSettings. getCheckoutRules(SVcsRoot vcsRoot)
CheckoutRules
ReadOnlyBuildTypeSettingsAdapter. getCheckoutRules(SVcsRoot vcsRoot)
CheckoutRules
ReadOnlyBuildTypeSettingsImpl. getCheckoutRules(SVcsRoot vcsRoot)
BranchSpec
BuildTypeEx. getLastUsedBranchSpec(SVcsRoot parentRoot)
Returns branch specification used for changes collecting in given VCS root.VcsRootInstanceEntry
SBuildType. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)
VcsRootInstance
SBuildType. getVcsRootInstanceForParent(SVcsRoot parentRoot)
boolean
BuildTypeSettings. removeVcsRoot(SVcsRoot root)
Removes existing VCS root from the build configuration.boolean
BuildTypeEx. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
Replaces existing VCS root entry in settings with a new one, maintaining the order of the root entriesboolean
BuildTypeSettingsEx. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
Replaces existing VCS root entry in settings with a new one, maintaining the order of the root entriesboolean
BuildTypeTemplateEx. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
Replaces existing VCS root entry in settings with a new one, maintaining the order of the root entriesvoid
ConfigActionsServerAdapter. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot, String oldExternalId, String newExternalId)
void
ConfigActionsServerListener. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot, String oldExternalId, String newExternalId)
void
ProjectsModelListener. vcsRootExternalIdChanged(SVcsRoot vcsRoot, String oldExternalId, String newExternalId)
Called when VCS root external id has ben changed.void
ProjectsModelListenerAdapter. vcsRootExternalIdChanged(SVcsRoot vcsRoot, String oldExternalId, String newExternalId)
void
ProjectsModelListener. vcsRootMoved(SVcsRoot root, SProject original)
Called when a VCS root has been moved from one project to another.void
ProjectsModelListenerAdapter. vcsRootMoved(SVcsRoot root, SProject original)
void
ConfigActionsServerAdapter. vcsRootPersisted(ConfigAction cause, SVcsRoot vcsRoot)
void
ConfigActionsServerListener. vcsRootPersisted(ConfigAction cause, SVcsRoot vcsRoot)
void
ProjectsModelListener. vcsRootPersisted(SVcsRoot vcsRoot)
Called when VCS root settings have been stored on diskvoid
ProjectsModelListenerAdapter. vcsRootPersisted(SVcsRoot vcsRoot)
void
ProjectsModelListener. vcsRootRemoved(SVcsRoot root)
Called when VCS root was removedvoid
ProjectsModelListenerAdapter. vcsRootRemoved(SVcsRoot root)
void
ProjectsModelListener. vcsRootUpdated(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
Called when VCS root settings were changedvoid
ProjectsModelListenerAdapter. vcsRootUpdated(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
Method parameters in jetbrains.buildServer.serverSide with type arguments of type SVcsRoot Modifier and Type Method Description boolean
BuildTypeEx. setVcsRoots(Collection<SVcsRoot> vcsRoots)
Sets VCS roots.boolean
BuildTypeSettingsEx. setVcsRoots(Collection<SVcsRoot> vcsRoots)
Sets VCS roots.boolean
BuildTypeTemplateEx. 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 BuildTypeSettingsAssert
BuildTypeSettingsAssert. hasVcsRootsContainingOnly(SVcsRoot... vcsRoots)
BuildTypeTemplateAssert
BuildTypeTemplateAssert. hasVcsRootsContainingOnly(SVcsRoot... vcsRoots)
Assert that Teamplate has only specified VcsRoots in any order.SBuildTypeAssert
SBuildTypeAssert. hasVcsRootsContainingOnly(SVcsRoot... vcsRoots)
Assert that BuildType contains only vcsRoots in any order.SProjectAssert
SProjectAssert. hasVcsRootsOnly(SVcsRoot... vcsRoots)
Assert that project contains only vcsRoots in any order.static SVCSRootAssert
ServerAsserts. 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 AuditLog
AuditLogFactory. 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 String
VcsRootHelper. doGetLog4jDescription(SVcsRoot object)
protected String
VcsRootHelper. doGetObjectExternalId(SVcsRoot object)
protected String
VcsRootHelper. doGetObjectId(SVcsRoot object)
protected String
VcsRootHelper. 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 void
AccessChecker. checkCanEditVcsRoot(SVcsRoot vcsRoot)
void
AccessChecker. checkCanViewVcsRoot(SVcsRoot vcsRoot)
static boolean
AuthUtil. hasPermissionToEditVcsRoot(AuthorityHolder authHolder, SVcsRoot vcsRoot)
Checks whether specified authority holder can edit VCS rootstatic boolean
AuthUtil. 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 ConfigModification
ConfigModificationFactory. createForVcsRoot(SVcsRoot vcsRoot, int versionAfter)
FileHistory
ConfigHistoryManager. getVcsRootConfigHistory(SVcsRoot vcsRoot)
FileHistory
ConfigHistoryManagerImpl. getVcsRootConfigHistory(SVcsRoot vcsRoot)
void
ConfigHistoryManagerImpl. 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 void
HealthStatusItemConsumer. 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 ScopeBuilder
ScopeBuilder. 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 void
StubHealthStatusItemConsumer. 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 SProject
ProjectHierarchyUtils. 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 SVcsRoot
ProjectEx. 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 boolean
BuildTypeImpl. addVcsRoot(SVcsRoot root)
boolean
BuildTypeSettingsImpl. addVcsRoot(SVcsRoot root)
boolean
BuildTypeTemplateImpl. addVcsRoot(SVcsRoot root)
boolean
DummyBuildType. addVcsRoot(SVcsRoot root)
boolean
EditableBuildTypeCopy. addVcsRoot(SVcsRoot root)
boolean
EditableTemplateCopy. addVcsRoot(SVcsRoot root)
boolean
InaccessibleTemplate. addVcsRoot(SVcsRoot root)
boolean
RemoteBuildTypeImpl. addVcsRoot(SVcsRoot root)
void
BuildTypeImpl. afterAddVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeImpl. afterRemoveVcsRoot(SVcsRoot root)
void
BuildTypeImpl. beforeAddVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeImpl. beforeRemoveVcsRoot(SVcsRoot vcsRoot)
void
BuildTypeImpl. checkoutRulesChanged(SVcsRoot vcsRoot, CheckoutRules oldRules, CheckoutRules newRules)
SVcsRootEx
ProjectEx. copyVcsRoot(SVcsRoot originalRoot, String externalId)
VcsRootBuilderImpl
BaseServerTestCase. copyVcsRootConfig(SVcsRoot root)
void
CDSFirstBranchRevisionTracker. deleteRevisions(SBuildType buildType, SVcsRoot root, boolean implicitSettingsRoot)
void
FirstBranchRevisionTracker. deleteRevisions(SBuildType buildType, SVcsRoot root, boolean implicitSettingsVcsRoot)
Removes all revisions for the specified buildType and VCS rootvoid
VcsSettingsTrackerImpl. forgetSettingsRevisions(SBuildType buildType, SVcsRoot parentRoot)
BranchSpec
BuildTypeImpl. getBranchSpec(SVcsRoot parentRoot)
BranchSpec
BuildTypeTemplateImpl. getBranchSpec(SVcsRoot root)
BranchSpec
DummyBuildType. getBranchSpec(SVcsRoot root)
BranchSpec
EditableBuildTypeCopy. getBranchSpec(SVcsRoot root)
BranchSpec
EditableTemplateCopy. getBranchSpec(SVcsRoot root)
BranchSpec
InaccessibleTemplate. getBranchSpec(SVcsRoot root)
BranchSpec
RemoteBuildTypeImpl. getBranchSpec(SVcsRoot root)
BranchSpec
BuildTypeImpl. getLastUsedBranchSpec(SVcsRoot parentRoot)
BranchSpec
DummyBuildType. getLastUsedBranchSpec(SVcsRoot parentRoot)
BranchSpec
EditableBuildTypeCopy. getLastUsedBranchSpec(SVcsRoot parentRoot)
BranchSpec
RemoteBuildTypeImpl. getLastUsedBranchSpec(SVcsRoot parentRoot)
VcsRootInstanceEntry
BuildTypeImpl. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)
VcsRootInstanceEntry
DummyBuildType. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)
VcsRootInstanceEntry
EditableBuildTypeCopy. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)
VcsRootInstanceEntry
RemoteBuildTypeImpl. getVcsRootInstanceEntryForParent(SVcsRoot parentRoot)
VcsRootInstance
BuildTypeImpl. getVcsRootInstanceForParent(SVcsRoot parentRoot)
VcsRootInstance
DummyBuildType. getVcsRootInstanceForParent(SVcsRoot parentRoot)
VcsRootInstance
EditableBuildTypeCopy. getVcsRootInstanceForParent(SVcsRoot parentRoot)
VcsRootInstance
RemoteBuildTypeImpl. getVcsRootInstanceForParent(SVcsRoot parentRoot)
boolean
BuildTypeImpl. removeVcsRoot(SVcsRoot root)
boolean
BuildTypeSettingsImpl. removeVcsRoot(SVcsRoot root)
boolean
BuildTypeTemplateImpl. removeVcsRoot(SVcsRoot root)
boolean
DummyBuildType. removeVcsRoot(SVcsRoot root)
boolean
EditableBuildTypeCopy. removeVcsRoot(SVcsRoot root)
boolean
EditableTemplateCopy. removeVcsRoot(SVcsRoot root)
boolean
InaccessibleTemplate. removeVcsRoot(SVcsRoot root)
boolean
RemoteBuildTypeImpl. removeVcsRoot(SVcsRoot root)
boolean
BuildTypeImpl. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
boolean
BuildTypeSettingsImpl. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
boolean
BuildTypeTemplateImpl. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
boolean
DummyBuildType. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
boolean
EditableBuildTypeCopy. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
boolean
EditableTemplateCopy. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
boolean
InaccessibleTemplate. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
boolean
RemoteBuildTypeImpl. replaceVcsRoot(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
protected VcsRootInstance
BaseServerTestCase. resolveInProject(SVcsRoot root, SProject project)
void
MockBuildAgent. setCurrentVersion(SVcsRoot root, String currentVersion)
void
BuildTypeCopyMap. vcsRootCopied(SVcsRoot source, SVcsRoot copy)
void
BuildTypesEventListener. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot)
void
VcsLabelingBuildFeatureSettingsMapper. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot, String oldExternalId, String newExternalId)
void
BuildTypesEventListener. vcsRootUpdated(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type SVcsRoot Modifier and Type Method Description boolean
BuildTypeImpl. setVcsRoots(Collection<SVcsRoot> vcsRoots)
boolean
BuildTypeSettingsImpl. setVcsRoots(Collection<SVcsRoot> vcsRoots)
boolean
BuildTypeTemplateImpl. setVcsRoots(Collection<SVcsRoot> vcsRoots)
boolean
DummyBuildType. setVcsRoots(Collection<SVcsRoot> vcsRoots)
boolean
EditableBuildTypeCopy. setVcsRoots(Collection<SVcsRoot> vcsRoots)
boolean
EditableTemplateCopy. setVcsRoots(Collection<SVcsRoot> vcsRoots)
boolean
InaccessibleTemplate. setVcsRoots(Collection<SVcsRoot> vcsRoots)
boolean
RemoteBuildTypeImpl. 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 AuditLog
AuditLogFactoryImpl. 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 class
SecuredVcsRoot
Methods in jetbrains.buildServer.serverSide.impl.auth that return SVcsRoot Modifier and Type Method Description SVcsRoot
SecuredProjectManager. findVcsRootByConfigId(String configId)
SVcsRoot
SecuredVersionedSettingsManager. getOwnVersionedSettingsVcsRoot(SProject project)
SVcsRoot
SecuredVersionedSettingsManager. 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 boolean
ContextAwareVcsRootAccessFilter. accept(SVcsRoot vcsRoot)
void
SecuredVcsManager. attachTo(SBuildType buildType, SVcsRoot vcsRoot)
void
ServerAccessChecker. checkCanEditVcsRoot(SVcsRoot vcsRoot)
static void
ServerAuthUtil. checkCanEditVcsRoot(AuthorityHolder authHolder, SVcsRoot vcsRoot)
Deprecated.static void
ServerAuthUtil. checkCanViewSettings(AuthorityHolder authorityHolder, SVcsRoot vcsRoot)
Deprecated.void
ServerAccessChecker. checkCanViewVcsRoot(SVcsRoot vcsRoot)
static void
ServerAuthUtil. checkReadAccessTo(AuthorityHolder authorityHolder, SVcsRoot vcsRoot)
Deprecated.SVcsRootEx
SecuredProject. copyVcsRoot(SVcsRoot originalRoot, String externalId)
void
SecuredVcsManager. detachFrom(SBuildType buildType, SVcsRoot vcsRoot)
void
SecuredVcsModificationHistory. detachPendingChangesFromBuildType(SBuildType buildType, SVcsRoot parentRoot)
VcsRootStatus
SecuredVcsManager. getStatus(SVcsRoot vcsRoot)
VcsRootInstance
SecuredVcsManager. getVcsRootInstance(SVcsRoot parent, Map<String,String> params)
boolean
SecuredVcsManager. isUsedInProjects(SVcsRoot vcsRoot)
void
SecuredVcsModificationHistory. 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 SVcsRoot
ProjectImpl. createDummyVcsRoot(String vcsName, Map<String,String> parameters)
SVcsRoot
ProjectImpl. findVcsRootByName(String name)
SVcsRoot
ProjectImpl. 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 SVcsRootEx
ProjectImpl. copyVcsRoot(SVcsRoot originalRoot, String externalId)
void
CompositeProjectLoaderCallback. vcsRootCreated(SVcsRoot vcsRoot)
default void
ProjectsLoaderCallback. vcsRootCreated(SVcsRoot vcsRoot)
void
CompositeProjectLoaderCallback. vcsRootExternalIdChanged(SVcsRoot vcsRoot, String prevExtId, String newExtId)
void
ProjectEventsNotifier. vcsRootExternalIdChanged(SVcsRoot vcsRoot, String oldExternalId, String newExternalId)
default void
ProjectsLoaderCallback. vcsRootExternalIdChanged(SVcsRoot vcsRoot, String prevExtId, String newExtId)
void
ProjectEventsNotifier. vcsRootMoved(SVcsRoot root, SProject original)
void
ProjectEventsNotifier. vcsRootPersisted(SVcsRoot vcsRoot)
void
CompositeProjectLoaderCallback. vcsRootRemoved(SVcsRoot vcsRoot)
void
DeletedEntityTrackerImpl. vcsRootRemoved(SVcsRoot root)
void
ProjectEventsNotifier. vcsRootRemoved(SVcsRoot root)
default void
ProjectsLoaderCallback. vcsRootRemoved(SVcsRoot vcsRoot)
void
CompositeProjectLoaderCallback. vcsRootUpdated(SVcsRoot prevVcsRoot, SVcsRoot newVcsRoot)
void
ProjectEventsNotifier. vcsRootUpdated(SVcsRoot oldVcsRoot, SVcsRoot newVcsRoot)
default void
ProjectsLoaderCallback. vcsRootUpdated(SVcsRoot prevVcsRoot, SVcsRoot newVcsRoot)
Method parameters in jetbrains.buildServer.serverSide.impl.projects with type arguments of type SVcsRoot Modifier and Type Method Description void
LoadSettingsConfig. 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 SVcsRoot
VersionedSettingsManagerImpl. getOwnVersionedSettingsVcsRoot(SProject project)
SVcsRoot
VersionedSettingsManagerImpl. 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 void
ConvertedSettings. addVcsRoot(SVcsRoot root)
VcsRootBuilderImpl
ProjectsBuilderFactory. 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 boolean
ProjectSettingsGenerator. isVersionedSettingsRootUpdateSupported(SVcsRoot root)
Returns true if update in UI of the specified versioned settings VCS root is supportedvoid
CompositeConfigChangesCommitter. vcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot, String oldExternalId, String newExternalId)
void
CompositeConfigChangesCommitter. vcsRootPersisted(ConfigAction cause, SVcsRoot vcsRoot)
void
VersionedSettingsRootPersistedListener. 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 void
RefreshableTokenConfigListener. 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)
SystemProblemTicket
SystemProblemNotification. raiseProblem(SBuildType relatedBuildType, SVcsRoot relatedVcsRoot, SystemProblem problem)
Raises a problem and links it to a pair of the given Build Type and VCS Root.SystemProblemTicket
SystemProblemNotification. raiseProblem(SVcsRoot relatedTo, SystemProblem problem)
Deprecated.since 2020.2SystemProblemTicket
SystemProblemNotificationEngine. raiseProblem(SBuildType relatedBuildType, SVcsRoot relatedVcsRoot, SystemProblem problem)
SystemProblemTicket
SystemProblemNotificationEngine. 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 void
BuildTypeVcsRootsHolder. attachTo(SBuildType buildType, SVcsRoot vcsRoot)
void
BuildTypeVcsRootsHolder. 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 SVcsRoot
VersionedSettingsManager. getOwnVersionedSettingsVcsRoot(SProject project)
Returns versioned settings root configured for given project ignoring settings inherited from parent project.SVcsRoot
VersionedSettingsManager. 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 interface
SVcsRootEx
Classes in jetbrains.buildServer.vcs that implement SVcsRoot Modifier and Type Class Description class
MockSVcsRoot
Deprecated.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 SVcsRoot
VcsRootsManager. findRootByExternalId(String vcsRootExternalId)
Returns vcs root with specified external id.SVcsRoot
VcsRootsManager. findRootById(long id)
returns vcs root with specified idSVcsRoot
VcsRootInstance. 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 void
VcsModificationHistoryEx. detachPendingChangesFromBuildType(SBuildType buildType, SVcsRoot parentRoot)
VcsRootStatus
VcsManager. 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 configurationsVcsRootInstance
VcsRootInstancesManagerEx. getTemporaryVcsRootInstance(SVcsRoot vcsRoot, ValueResolver valueResolver)
Creates (or returns previously created) VcsRootInstance from the specified VCS root settings and using specified ValueResolver.VcsRootInstance
VcsRootInstancesManager. getVcsRootInstance(SVcsRoot parent, Map<String,String> params)
Returns VCS root instance from the specified parent VCS root and new parameters.VcsRootInstance
VcsRootInstancesManagerEx. getVcsRootInstance(SVcsRoot vcsRoot, ParametersSupport resolveProvider)
boolean
VcsRootsManager. isUsedInProjects(SVcsRoot vcsRoot)
void
VcsModificationHistoryEx. 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 class
DeletedVcsRoot
class
InaccessibleVcsRoot
Created 23.08.13 15:24class
SVcsRootImpl
Methods in jetbrains.buildServer.vcs.impl that return SVcsRoot Modifier and Type Method Description SVcsRoot
VcsManagerImpl. createNewVcsRoot(VcsUrl url, String name, VcsRootScope scope)
SVcsRoot
VcsRootsManagerImpl. createNewVcsRoot(VcsUrl url, String name, VcsRootScope scope)
SVcsRoot
VcsRootInstanceImpl. getParent()
SVcsRoot
VcsRootInstanceWithParent. getParent()
Methods in jetbrains.buildServer.vcs.impl with parameters of type SVcsRoot Modifier and Type Method Description void
VcsManagerImpl. attachTo(SBuildType buildType, SVcsRoot vcsRoot)
void
VcsRootsManagerImpl. attachTo(SBuildType buildType, SVcsRoot vcsRoot)
int
DeletedVcsRoot. compareTo(SVcsRoot o)
int
InaccessibleVcsRoot. compareTo(SVcsRoot o)
int
SVcsRootImpl. compareTo(SVcsRoot o)
VcsRootInstanceEx
VcsRootInstanceFactory. createInstanceFromParent(long id, SVcsRoot parent, Map<String,String> params)
void
VcsManagerImpl. detachFrom(SBuildType buildType, SVcsRoot vcsRoot)
void
VcsRootsManagerImpl. detachFrom(SBuildType buildType, SVcsRoot vcsRoot)
void
DBVcsModificationHistory. detachPendingChangesFromBuildType(SBuildType buildType, SVcsRoot parentRoot)
VcsRootStatus
VcsManagerImpl. getStatus(SVcsRoot vcsRoot)
VcsRootInstanceEx
VcsRootInstancesManagerImpl. getTemporaryVcsRootInstance(SVcsRoot vcsRoot, ValueResolver valueResolver)
VcsRootInstance
VcsManagerImpl. getVcsRootInstance(SVcsRoot parent, Map<String,String> params)
VcsRootInstanceEx
VcsRootInstancesManagerImpl. getVcsRootInstance(SVcsRoot parent, Map<String,String> params)
VcsRootInstance
VcsRootInstancesManagerImpl. getVcsRootInstance(SVcsRoot vcsRoot, ParametersSupport resolveProvider)
boolean
VcsManagerImpl. isUsedInProjects(SVcsRoot vcsRoot)
boolean
VcsRootsManagerImpl. isUsedInProjects(SVcsRoot vcsRoot)
void
DBVcsModificationHistory. 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 SVcsRoot
VcsRootInstanceInfo. 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 VirtualBuildTypeSettings
VirtualBuildTypeSettings. 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 boolean
AuthorizationFunctions. 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()
-