Uses of Interface
jetbrains.buildServer.vcs.SVcsRootEx
-
-
Uses of SVcsRootEx in jetbrains.buildServer.controllers.admin.projects
Constructors in jetbrains.buildServer.controllers.admin.projects with parameters of type SVcsRootEx Constructor Description VcsPropertiesBean(VcsManager vcsManager, ProjectManager projectManager, VcsSupportCore vcsSupportCore, VcsRootFactory vcsRootFactory, SVcsRootEx vcsRoot, VcsRootInstancesManagerEx vcsRootInstancesManager, TestConnectionCommand testConnectionCommand, AdminPermissionsUtil permissionsUtil, VersionedSettingsManager versionedSettingsManager, OAuthConnectionsManager connectionsManager, UserModel userModel)
Constructor for existing VCS root -
Uses of SVcsRootEx in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return SVcsRootEx Modifier and Type Method Description SVcsRootEx
ProjectVcsRootsEx. findVcsRootByExternalId(String externalId)
SVcsRootEx
ProjectVcsRootsEx. findVcsRootById(long id)
SVcsRootEx
ProjectVcsRootsEx. findVcsRootByName(String name)
Methods in jetbrains.buildServer.serverSide that return types with arguments of type SVcsRootEx Modifier and Type Method Description ReadOnlyIndexedCollection<Long,SVcsRootEx>
ProjectDataModel. getProjectVcsRoots(String prjId)
ReadOnlyIndexedCollection<Long,SVcsRootEx>
ProjectDataModel. getVcsRoots()
Methods in jetbrains.buildServer.serverSide with parameters of type SVcsRootEx Modifier and Type Method Description void
ProjectDataModel. addVcsRoot(SVcsRootEx vcsRoot)
void
ProjectDataModel. moveVcsRoot(SVcsRootEx vcsRoot, ProjectEx oldProject, ProjectEx newProject)
void
ProjectModelVersionSnapshot. setVersion(SVcsRootEx root, PersistentEntityVersion version)
-
Uses of SVcsRootEx in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return SVcsRootEx Modifier and Type Method Description SVcsRootEx
ProjectEx. copyVcsRoot(SVcsRoot originalRoot, String externalId)
protected SVcsRootEx
BaseServerTestCase. createVcsRoot(String vcsName, SProject project)
SVcsRootEx
ProjectEx. createVcsRoot(String vcsName, String name, Map<String,String> params)
-
Uses of SVcsRootEx in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement SVcsRootEx Modifier and Type Class Description class
SecuredVcsRoot
Methods in jetbrains.buildServer.serverSide.impl.auth that return SVcsRootEx Modifier and Type Method Description SVcsRootEx
SecuredProject. copyVcsRoot(SVcsRoot originalRoot, String externalId)
SVcsRootEx
SecuredProject. createVcsRoot(String vcsName, String externalId, String name)
SVcsRootEx
SecuredProject. createVcsRoot(String vcsName, String name, Map<String,String> params)
SVcsRootEx
SecuredVcsManager. findRootByExternalId(String vcsRootExternalId)
SVcsRootEx
SecuredVcsManager. findRootById(long id)
SVcsRootEx
SecuredProjectManager. findVcsRootByExternalId(String externalId)
SVcsRootEx
SecuredProjectManager. findVcsRootById(long id)
SVcsRootEx
SecuredProjectManager. findVcsRootByName(String name)
-
Uses of SVcsRootEx in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return SVcsRootEx Modifier and Type Method Description SVcsRootEx
ProjectImpl. copyVcsRoot(SVcsRoot originalRoot, String externalId)
SVcsRootEx
ProjectImpl. createVcsRoot(String vcsName, String externalId, String name)
SVcsRootEx
ProjectImpl. createVcsRoot(String vcsName, String name, Map<String,String> params)
SVcsRootEx
ProjectManagerImpl. findVcsRootByConfigId(String configId)
SVcsRootEx
ProjectManagerImpl. findVcsRootByExternalId(String externalId)
SVcsRootEx
ProjectManagerImpl. findVcsRootById(long id)
SVcsRootEx
ProjectManagerImpl. findVcsRootByName(String name)
Methods in jetbrains.buildServer.serverSide.impl.projects that return types with arguments of type SVcsRootEx Modifier and Type Method Description ReadOnlyIndexedCollection<Long,SVcsRootEx>
ProjectDataModelImpl. getProjectVcsRoots(String prjId)
IndexedCollection<Long,SVcsRootEx>
ProjectDataModelImpl. getVcsRoots()
Methods in jetbrains.buildServer.serverSide.impl.projects with parameters of type SVcsRootEx Modifier and Type Method Description void
ProjectDataModelImpl. addVcsRoot(SVcsRootEx vcsRoot)
void
ProjectDataModelImpl. moveVcsRoot(SVcsRootEx vcsRoot, ProjectEx oldProject, ProjectEx newProject)
void
CompositeProjectModelValidator. validateRemove(SVcsRootEx root)
default void
ProjectModelValidator. validateRemove(SVcsRootEx root)
void
CompositeProjectModelValidator. validateUpdate(SVcsRootEx prev, SVcsRootEx root)
default void
ProjectModelValidator. validateUpdate(SVcsRootEx prev, SVcsRootEx root)
-
Uses of SVcsRootEx in jetbrains.buildServer.serverSide.impl.xml
Methods in jetbrains.buildServer.serverSide.impl.xml that return SVcsRootEx Modifier and Type Method Description SVcsRootEx
XmlVcsRootExternalizer. readVcsRoot(ProjectEx project, EntityId<Long> entityId, org.jdom.Element rootEl, File configFile, boolean emptyUuid)
Methods in jetbrains.buildServer.serverSide.impl.xml that return types with arguments of type SVcsRootEx Modifier and Type Method Description Class<SVcsRootEx>
XmlVcsRootWriter. getSupportedType()
Methods in jetbrains.buildServer.serverSide.impl.xml with parameters of type SVcsRootEx Modifier and Type Method Description void
XmlVcsRootWriter. fillBuilder(SVcsRootEx root, VcsRootBuilder builder)
void
XmlVcsRootWriter. fillBuilder(SVcsRootEx root, VcsRootBuilder builder, ConfigurationEntityPersister.PersistSettings persistSettings)
org.jdom.Element
XmlVcsRootWriter. produceXmlElement(SVcsRootEx entity, ConfigurationEntityPersister.PersistSettings persistSettings)
-
Uses of SVcsRootEx in jetbrains.buildServer.vcs
Classes in jetbrains.buildServer.vcs that implement SVcsRootEx 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 SVcsRootEx Modifier and Type Method Description SVcsRootEx
VcsRootFactory. createDummyVcsRoot(String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject)
SVcsRootEx
VcsRootsManagerEx. findRootByExternalId(String vcsRootExternalId)
SVcsRootEx
VcsRootsManagerEx. findRootById(long id)
-
Uses of SVcsRootEx in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement SVcsRootEx Modifier and Type Class Description class
DeletedVcsRoot
class
InaccessibleVcsRoot
Created 23.08.13 15:24class
SVcsRootImpl
Methods in jetbrains.buildServer.vcs.impl that return SVcsRootEx Modifier and Type Method Description SVcsRootEx
VcsRootFactoryImpl. createDummyVcsRoot(String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject)
SVcsRootEx
VcsManagerImpl. findRootByExternalId(String vcsRootExternalId)
SVcsRootEx
VcsRootsManagerImpl. findRootByExternalId(String vcsRootExternalId)
SVcsRootEx
VcsManagerImpl. findRootById(long id)
SVcsRootEx
VcsRootsManagerImpl. findRootById(long id)
Methods in jetbrains.buildServer.vcs.impl with parameters of type SVcsRootEx Modifier and Type Method Description int
SVcsRootImpl. compareTo(SVcsRootEx rootEx)
-