Uses of Class
jetbrains.buildServer.vcs.InvalidVcsNameException
-
Packages that use InvalidVcsNameException Package Description jetbrains.buildServer.users.impl jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of InvalidVcsNameException in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that throw InvalidVcsNameException Modifier and Type Method Description void
RestrictedUserImpl. addVcsUsername(VcsUsernamePropertyKey key, String userName)
void
UserEx. addVcsUsername(VcsUsernamePropertyKey key, String userName)
void
RestrictedUserImpl. setDefaultVcsUsernames(List<String> userNames)
void
UserEx. setDefaultVcsUsernames(List<String> userNames)
void
RestrictedUserImpl. setVcsRootUsernames(VcsRoot root, List<String> userNames)
void
UserEx. setVcsRootUsernames(VcsRoot root, List<String> userNames)
void
RestrictedUserImpl. setVcsUsernames(String vcsName, List<String> userNames)
void
RestrictedUserImpl. setVcsUsernames(VcsUsernamePropertyKey key, List<String> userNames)
void
UserEx. setVcsUsernames(String vcsName, List<String> userNames)
void
UserEx. setVcsUsernames(VcsUsernamePropertyKey key, List<String> userNames)
-
Uses of InvalidVcsNameException in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that throw InvalidVcsNameException Modifier and Type Method Description void
VcsUsernameStorage. addVcsUsername(SUser user, VcsUsernamePropertyKey key, String name)
void
VcsUsernameStorage. setDefaultVcsUsernames(SUser user, List<String> userNames)
void
VcsUsernameStorage. setVcsRootUsernames(SUser user, VcsRoot root, List<String> userNames)
void
VcsUsernameStorage. setVcsUsernames(SUser user, String vcsName, List<String> userNames)
void
VcsUsernameStorage. setVcsUsernames(SUser user, VcsUsernamePropertyKey key, List<String> userNames)
-
Uses of InvalidVcsNameException in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that throw InvalidVcsNameException Modifier and Type Method Description void
VcsUsernameStorageImpl. addVcsUsername(SUser user, VcsUsernamePropertyKey key, String name)
void
VcsUsernameStorageImpl. setDefaultVcsUsernames(SUser user, List<String> userNames)
void
VcsUsernameStorageImpl. setVcsRootUsernames(SUser user, VcsRoot root, List<String> userNames)
void
VcsUsernameStorageImpl. setVcsUsernames(SUser user, String vcsName, List<String> userNames)
void
VcsUsernameStorageImpl. setVcsUsernames(SUser user, VcsUsernamePropertyKey key, List<String> userNames)
-