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 VcsSupportCoreVcsUrlObjectSetupBean. getDetectedVcs() -
Uses of VcsSupportCore in jetbrains.buildServer.serverSide.discovery
Methods in jetbrains.buildServer.serverSide.discovery that return VcsSupportCore Modifier and Type Method Description VcsSupportCoreVcsUrlValidator.VcsInfo. getVcs() -
Uses of VcsSupportCore in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement VcsSupportCore Modifier and Type Class Description classMockBranchSupportclassMockVcsSupport -
Uses of VcsSupportCore in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return VcsSupportCore Modifier and Type Method Description VcsSupportCoreSecuredVcsManager. 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 classServerVcsSupportBase class for all VCS support implementations.classVcsSupportDeprecated.implementServerVcsSupportinsteadMethods in jetbrains.buildServer.vcs that return VcsSupportCore Modifier and Type Method Description VcsSupportCoreVcsRegistry. findVcsByName(String name)Try to find and return VcsSupportVcsSupportCoreServerVcsSupport. getCore()VcsSupportCoreVcsSupportContext. getCore()VcsSupportCoreLVcsRootInstanceEx. 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 classUnknownVcsSupportThis VCS support is used instead of non existing VCS plugin.Methods in jetbrains.buildServer.vcs.impl that return VcsSupportCore Modifier and Type Method Description VcsSupportCoreVcsManagerImpl. findVcsByName(String name)VcsSupportCoreVcsSupportContextRegistry. findVcsByName(String name)VcsSupportCoreVcsRootInstanceImpl. getVcsSupportCore()VcsSupportCoreVcsRootInstanceWithParent. 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 VcsSupportCorePatchServiceBase. getCore()
-