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 SUserUserModel. 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 SUserSecuredUserModel. findUserByUsername(String username, AuthPropertyKey usernamePropertyKey)SUserUserModelImpl. findUserByUsername(String username, AuthPropertyKey usernamePropertyKey)
-