Uses of Class
jetbrains.buildServer.users.UserAttributeStorage.InvalidAttributeKeyException
-
Packages that use UserAttributeStorage.InvalidAttributeKeyException Package Description jetbrains.buildServer.users jetbrains.buildServer.users.impl -
-
Uses of UserAttributeStorage.InvalidAttributeKeyException in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that throw UserAttributeStorage.InvalidAttributeKeyException Modifier and Type Method Description voidUserAttributeStorage. save(long userId, String attributeKey, String attributeValue)Insert new user attribute or update existing one -
Uses of UserAttributeStorage.InvalidAttributeKeyException in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that throw UserAttributeStorage.InvalidAttributeKeyException Modifier and Type Method Description voidUserAttributeCachingStorageImpl. save(long userId, String attributeKey, String attributeValue)
-