Package jetbrains.buildServer.vcs
Interface VcsRootUsernamesManagerEx
-
- All Superinterfaces:
VcsRootUsernamesManager
- All Known Subinterfaces:
VcsManagerEx
- All Known Implementing Classes:
SecuredVcsManager
,VcsManagerImpl
,VcsRootUsernamesManagerImpl
public interface VcsRootUsernamesManagerEx extends VcsRootUsernamesManager
Created 19.08.13 19:55- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDefaultVcsUsername(SUser user, String userName)
Sets default VCS username for the uservoid
setVcsRootUsername(SUser user, VcsRoot root, String userName)
Sets username of a user in specific VCS rootvoid
setVcsUsername(SUser user, VcsSupportConfig vcs, String userName)
Sets username of a user in all VCS roots of a VCS plugin-
Methods inherited from interface jetbrains.buildServer.vcs.VcsRootUsernamesManager
getUsers, getVcsRootsUsernames, getVcsUsernames
-
-
-
-
Method Detail
-
setVcsRootUsername
void setVcsRootUsername(SUser user, VcsRoot root, String userName)
Sets username of a user in specific VCS root- Parameters:
user
-root
-userName
-
-
setVcsUsername
void setVcsUsername(SUser user, VcsSupportConfig vcs, String userName)
Sets username of a user in all VCS roots of a VCS plugin- Parameters:
user
-vcs
-userName
-
-
-