Uses of Class
jetbrains.buildServer.users.InvalidUsernameException
-
Packages that use InvalidUsernameException Package Description jetbrains.buildServer.users jetbrains.buildServer.users.impl -
-
Uses of InvalidUsernameException in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that throw InvalidUsernameException Modifier and Type Method Description SUser
UserModel. findUserByUsername(String username, AuthPropertyKey usernamePropertyKey)
Looks for a TeamCity user with the specified username. -
Uses of InvalidUsernameException in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that throw InvalidUsernameException Modifier and Type Method Description SUser
SecuredUserModel. findUserByUsername(String username, AuthPropertyKey usernamePropertyKey)
SUser
UserModelImpl. findUserByUsername(String username, AuthPropertyKey usernamePropertyKey)
-