Uses of Interface
jetbrains.buildServer.vcs.VcsSupportCore
-
-
Uses of VcsSupportCore in jetbrains.buildServer.buildTriggers.vcs
Constructors in jetbrains.buildServer.buildTriggers.vcs with parameters of type VcsSupportCore Constructor Description ChangePersister(BuildServerState serverState, VcsModificationHistoryEx vcsHistory, VcsRootInstancesManager vcsRootInstancesManager, VcsSupportCore vcsSupportCore, VcsRootInstance root, ChangesLoaderContext context)
-
Uses of VcsSupportCore in jetbrains.buildServer.controllers.admin.projects
Constructors in jetbrains.buildServer.controllers.admin.projects with parameters of type VcsSupportCore 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 VcsSupportCore in jetbrains.buildServer.controllers.admin.projects.setupFromUrl
Methods in jetbrains.buildServer.controllers.admin.projects.setupFromUrl that return VcsSupportCore Modifier and Type Method Description VcsSupportCore
VcsUrlObjectSetupBean. getDetectedVcs()
-
Uses of VcsSupportCore in jetbrains.buildServer.serverSide.discovery
Methods in jetbrains.buildServer.serverSide.discovery that return VcsSupportCore Modifier and Type Method Description VcsSupportCore
VcsUrlValidator.VcsInfo. getVcs()
-
Uses of VcsSupportCore in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement VcsSupportCore Modifier and Type Class Description class
MockBranchSupport
class
MockVcsSupport
-
Uses of VcsSupportCore in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return VcsSupportCore Modifier and Type Method Description VcsSupportCore
SecuredVcsManager. findVcsByName(String name)
Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type VcsSupportCore Modifier and Type Method Description Collection<VcsSupportCore>
SecuredVcsManager. getAllVcsCore()
Map<VcsSupportCore,String>
SecuredVcsManager. getVcsUsernames(User user)
-
Uses of VcsSupportCore in jetbrains.buildServer.vcs
Classes in jetbrains.buildServer.vcs that implement VcsSupportCore Modifier and Type Class Description class
ServerVcsSupport
Base class for all VCS support implementations.class
VcsSupport
Deprecated.implementServerVcsSupport
insteadMethods in jetbrains.buildServer.vcs that return VcsSupportCore Modifier and Type Method Description VcsSupportCore
VcsRegistry. findVcsByName(String name)
Try to find and return VcsSupportVcsSupportCore
ServerVcsSupport. getCore()
VcsSupportCore
VcsSupportContext. getCore()
VcsSupportCore
LVcsRootInstanceEx. getVcsSupportCore()
Methods in jetbrains.buildServer.vcs that return types with arguments of type VcsSupportCore Modifier and Type Method Description Collection<VcsSupportCore>
VcsRegistry. getAllVcsCore()
Map<VcsSupportCore,String>
VcsRootUsernamesManager. getVcsUsernames(User user)
Returns default usernames for all VCS roots of a VCS plugin. -
Uses of VcsSupportCore in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsSupportCore Modifier and Type Class Description class
UnknownVcsSupport
This VCS support is used instead of non existing VCS plugin.Methods in jetbrains.buildServer.vcs.impl that return VcsSupportCore Modifier and Type Method Description VcsSupportCore
VcsManagerImpl. findVcsByName(String name)
VcsSupportCore
VcsSupportContextRegistry. findVcsByName(String name)
VcsSupportCore
VcsRootInstanceImpl. getVcsSupportCore()
VcsSupportCore
VcsRootInstanceWithParent. getVcsSupportCore()
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type VcsSupportCore Modifier and Type Method Description Collection<VcsSupportCore>
VcsManagerImpl. getAllVcsCore()
Collection<VcsSupportCore>
VcsSupportContextRegistry. getAllVcsCore()
Map<VcsSupportCore,String>
VcsManagerImpl. getVcsUsernames(User user)
Map<VcsSupportCore,String>
VcsRootUsernamesManagerImpl. getVcsUsernames(User user)
-
Uses of VcsSupportCore in jetbrains.vcs.api.services.patches
Methods in jetbrains.vcs.api.services.patches that return VcsSupportCore Modifier and Type Method Description protected VcsSupportCore
PatchServiceBase. getCore()
-