Uses of Interface
jetbrains.buildServer.vcs.VcsSupportConfig
-
-
Uses of VcsSupportConfig in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type VcsSupportConfig Modifier and Type Method Description List<VcsSupportConfig>
VcsPropertiesBean. getAvailableVcsTypes()
List<VcsSupportConfig>
VcsSettingsBean. getAvailableVcsTypes()
static List<VcsSupportConfig>
VcsSettingsBean. getAvailableVcsTypes(VcsManager vcsManager)
-
Uses of VcsSupportConfig in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile that return VcsSupportConfig Modifier and Type Method Description VcsSupportConfig
VcsUsername. getVcsSupport()
-
Uses of VcsSupportConfig in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement VcsSupportConfig Modifier and Type Class Description class
MockBranchSupport
class
MockVcsSupport
-
Uses of VcsSupportConfig in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type VcsSupportConfig Modifier and Type Method Description void
SecuredVcsManager. setVcsUsername(SUser user, VcsSupportConfig vcs, String userName)
-
Uses of VcsSupportConfig in jetbrains.buildServer.users
Constructors in jetbrains.buildServer.users with parameters of type VcsSupportConfig Constructor Description VcsUsernamePropertyKey(VcsSupportConfig vcsSupport)
Constructor -
Uses of VcsSupportConfig in jetbrains.buildServer.vcs
Subinterfaces of VcsSupportConfig in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
VcsSupportCore
The entry point for custom VCS support APIClasses in jetbrains.buildServer.vcs that implement VcsSupportConfig Modifier and Type Class Description class
ServerVcsSupport
Base class for all VCS support implementations.class
VcsSupport
Deprecated.implementServerVcsSupport
insteadMethods in jetbrains.buildServer.vcs with parameters of type VcsSupportConfig Modifier and Type Method Description void
VcsRootUsernamesManagerEx. setVcsUsername(SUser user, VcsSupportConfig vcs, String userName)
Sets username of a user in all VCS roots of a VCS plugin -
Uses of VcsSupportConfig in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsSupportConfig Modifier and Type Class Description class
UnknownVcsSupport
This VCS support is used instead of non existing VCS plugin.Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsSupportConfig Modifier and Type Method Description void
VcsManagerImpl. setVcsUsername(SUser user, VcsSupportConfig vcs, String userName)
void
VcsRootUsernamesManagerImpl. setVcsUsername(SUser user, VcsSupportConfig vcs, String userName)
-