Uses of Class
jetbrains.buildServer.users.EmptyUsernameException
-
Packages that use EmptyUsernameException Package Description jetbrains.buildServer.users jetbrains.buildServer.users.impl -
-
Uses of EmptyUsernameException in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that throw EmptyUsernameException Modifier and Type Method Description SUserUserModel. createUserAccount(String realm, String username)Deprecated.voidSUser. updateUserAccount(String username, String name, String email)Updates user fields: username, name and email.voidUserUpdate. updateUserAccount(long userId, String username, String name, String email)Updates user with specified id and sets his/her username and name. -
Uses of EmptyUsernameException in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that throw EmptyUsernameException Modifier and Type Method Description SUserSecuredUserModel. createUserAccount(String realm, String username)voidFeatureProviderUserUpdate. updateUserAccount(long userId, String username, String name, String email)voidRestrictedUserImpl. updateUserAccount(String username, String name, String email)voidSecuredUserModel. updateUserAccount(long userId, String username, String name, String email)
-