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 VcsSupportConfigVcsUsername. getVcsSupport() -
Uses of VcsSupportConfig in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement VcsSupportConfig Modifier and Type Class Description classMockBranchSupportclassMockVcsSupport -
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 voidSecuredVcsManager. 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 interfaceVcsSupportCoreThe entry point for custom VCS support APIClasses in jetbrains.buildServer.vcs that implement VcsSupportConfig Modifier and Type Class Description classServerVcsSupportBase class for all VCS support implementations.classVcsSupportDeprecated.implementServerVcsSupportinsteadMethods in jetbrains.buildServer.vcs with parameters of type VcsSupportConfig Modifier and Type Method Description voidVcsRootUsernamesManagerEx. 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 classUnknownVcsSupportThis 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 voidVcsManagerImpl. setVcsUsername(SUser user, VcsSupportConfig vcs, String userName)voidVcsRootUsernamesManagerImpl. setVcsUsername(SUser user, VcsSupportConfig vcs, String userName)
-