Uses of Class
jetbrains.buildServer.users.UserNotFoundException
-
-
Uses of UserNotFoundException in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login that throw UserNotFoundException Modifier and Type Method Description void
InMemoryUser. addRole(RoleScope scope, Role role)
void
InMemoryUser. deleteUserProperty(PropertyKey propertyKey)
List<String>
InMemoryUser. getProjectsOrder()
void
InMemoryUser. hideProject(String projectId)
void
InMemoryUser. hideProjects(Collection<String> projectIds)
void
InMemoryUser. removeRole(RoleScope scope, Role role)
void
InMemoryUser. removeRoles(RoleScope scope)
void
InMemoryUser. setLastLoginTimestamp(Date timestamp)
void
InMemoryUser. setPassword(String password)
void
InMemoryUser. setProjectsOrder(List<String> projectsOrder)
void
InMemoryUser. setUserProperties(Map<? extends PropertyKey,String> properties)
void
InMemoryUser. setUserProperty(PropertyKey propertyKey, String value)
void
InMemoryUser. setVisibleProjects(Collection<String> visibleProjects)
void
InMemoryUser. updateUserAccount(String username, String name, String email)
-
Uses of UserNotFoundException in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification that throw UserNotFoundException Modifier and Type Method Description long
NotificationRulesManager. addNewRule(long userId, String notifierType, NotificationRule rule)
Adds new rule to the rules of specified user for specified notifier type.Collection<Long>
NotificationRulesManager. findConflictingRules(long userId, String notifierType, WatchedBuilds watch)
Searches for rules which intersect with specified watched builds in the list of user rules for specified notifier type.NotificationRule
NotificationRulesManager. findRuleById(long userId, long ruleId)
Searches for a rule with specified id among rules of specified userList<NotificationRule>
NotificationRulesManager. getAllUserNotificationRules(long userId, String notifierType)
Returns all user notification rules (including the rules of all groups containing the user) for the specified notifier type.List<NotificationRule>
NotificationRulesManager. getUserNotificationRules(long userId, String notifierType)
Returns user notification rules for specified notifier.boolean
NotificationRulesManager. isRulesWithEventsConfigured(long userId, String notifierType)
Returns true if specified user has notification rules with one or more events configured for specified notifier type.void
NotificationRulesManager. removeRule(long userId, long ruleId)
Removes rule with specified id from the list of rules of specified user.void
NotificationRulesManager. removeRule(long holderId, NotificationRule rule)
Removes the rule.void
NotificationRulesManager. setUserNotificationRules(long userId, String notifierType, List<NotificationRule> rules)
Sets user notification rules for specified notifiervoid
NotificationRulesManager. updateNotificationRule(long userId, String notifierType, NotificationRule rule)
Sets user notification rules for specified notifier -
Uses of UserNotFoundException in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl that throw UserNotFoundException Modifier and Type Method Description long
AbstractNotificationRulesManager. addNewRule(T holderId, String notificatorType, NotificationRule rule)
long
NotificationRulesManagerImpl. addNewRule(long userId, String notificatorType, NotificationRule rule)
Collection<Long>
NotificationRulesManagerImpl. findConflictingRules(long userId, String notificatorType, WatchedBuilds watch)
NotificationRule
AbstractNotificationRulesManager. findRuleById(T holderId, long ruleId)
NotificationRule
NotificationRulesManagerImpl. findRuleById(long userId, long ruleId)
List<NotificationRule>
NotificationRulesManagerImpl. getAllUserNotificationRules(long userId, String notifierType)
List<NotificationRule>
NotificationRulesManagerImpl. getUserNotificationRules(long userId, String notificatorType)
boolean
NotificationRulesManagerImpl. isRulesWithEventsConfigured(long userId, String notificatorType)
void
AbstractNotificationRulesManager. removeRule(T holderId, long ruleId)
void
AbstractNotificationRulesManager. removeRule(T holderId, NotificationRule rule)
void
NotificationRulesManagerImpl. removeRule(long userId, long ruleId)
void
NotificationRulesManagerImpl. setUserNotificationRules(long userId, String notificatorType, List<NotificationRule> rules)
void
NotificationRulesManagerImpl. updateNotificationRule(long userId, String notifierType, NotificationRule rule)
void
NotificationRulesManagerImpl. updateNotificationRule(String groupCode, String notifierType, NotificationRule rule)
-
Uses of UserNotFoundException in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth that throw UserNotFoundException Modifier and Type Method Description AuthorityHolder
ServerLoginModel. updateSecurityContext(AuthorityHolder authorityHolder)
Checks whether the specified user can still be logged in, i.e.: - the user exists - the user still has a license If all checks are successful, then the security context is updated with the specified user -
Uses of UserNotFoundException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw UserNotFoundException Modifier and Type Method Description AuthorityHolder
ServerLoginModelImpl. updateSecurityContext(AuthorityHolder authorityHolder)
-
Uses of UserNotFoundException in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that throw UserNotFoundException Modifier and Type Method Description void
SUser. deleteUserProperty(PropertyKey propertyKey)
Deletes a property with specified key from the user profile.List<String>
SUser. getProjectsOrder()
void
SUser. hideProject(String projectId)
Marks a project with specified id as invisiblevoid
SUser. hideProjects(Collection<String> projectIds)
Marks the specified projects as invisiblevoid
UserUpdate. persistLastLoginTimestamp(long userId, Date timestamp)
Note: login timestamp will be persisted with some delay.void
UserUpdate. setBuildTypesOrder(long userId, String projectId, UserImpl.BuildTypesOrder buildTypesOrder)
Sets order of build typesvoid
SUser. setLastLoginTimestamp(Date timestamp)
Updates last login timestampvoid
SUser. setPassword(String password)
Changes password of this uservoid
UserUpdate. setPassword(long userId, String password)
void
SUser. setProjectsOrder(List<String> projectsOrder)
Sets order of the projects.void
UserUpdate. setProjectsOrder(long userId, List<String> projectsOrder)
Sets order of the projects.void
SUser. setUserProperties(Map<? extends PropertyKey,String> properties)
Updates properties of the user specified by user id.void
SUser. setUserProperty(PropertyKey propertyKey, String value)
Sets a property with specified key and value in user profilevoid
SUser. setVisibleProjects(Collection<String> visibleProjects)
Sets projects visible for specified uservoid
UserUpdate. setVisibleProjects(long userId, Collection<String> visibleProjects)
Sets projects visible for specified uservoid
SUser. updateUserAccount(String username, String name, String email)
Updates user fields: username, name and email.void
UserUpdate. updateUserAccount(long userId, String username, String name, String email)
Updates user with specified id and sets his/her username and name. -
Uses of UserNotFoundException in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that throw UserNotFoundException Modifier and Type Method Description void
BaseUser. addRole(RoleScope scope, Role role)
void
SecuredUser. addRole(RoleScope scope, Role role)
void
UserImpl. addRole(RoleScope scope, Role role)
void
UserModelImpl. addRole(Long userId, RoleScope roleScope, Role role)
void
UserModelImpl. deleteProperty(Long userId, PropertyKey key)
void
RestrictedUserImpl. deleteUserProperty(PropertyKey propertyKey)
void
SecuredUser. deleteUserProperty(PropertyKey propertyKey)
void
UserImpl. deleteUserProperty(PropertyKey propertyKey)
List<String>
RestrictedUserImpl. getProjectsOrder()
void
RestrictedUserImpl. hideProject(String projectId)
void
SecuredUser. hideProject(String projectId)
void
RestrictedUserImpl. hideProjects(Collection<String> projectIds)
void
SecuredUser. hideProjects(Collection<String> projectIds)
void
UserImpl. hideProjects(Collection<String> projectIds)
void
FeatureProviderUserUpdate. persistLastLoginTimestamp(long userId, Date timestamp)
void
SecuredUserModel. persistLastLoginTimestamp(long userId, Date timestamp)
void
UserModelImpl. persistLastLoginTimestamp(long userId, Date timestamp)
void
BaseUser. removeRole(RoleScope scope, Role role)
void
SecuredUser. removeRole(RoleScope scope, Role role)
void
UserImpl. removeRole(RoleScope scope, Role role)
void
UserModelImpl. removeRole(Long userId, RoleScope roleScope, Role role)
void
BaseUser. removeRoles(RoleScope scope)
void
SecuredUser. removeRoles(RoleScope scope)
void
UserImpl. removeRoles(RoleScope scope)
void
UserModelImpl. removeRoles(Long userId, RoleScope roleScope)
void
FeatureProviderUserUpdate. setBuildTypesOrder(long userId, String projectId, UserImpl.BuildTypesOrder buildTypesOrder)
void
SecuredUserModel. setBuildTypesOrder(long userId, String projectId, UserImpl.BuildTypesOrder buildTypesOrder)
void
UserModelImpl. setBuildTypesOrder(long userId, String projectId, UserImpl.BuildTypesOrder buildTypesOrder)
void
RestrictedUserImpl. setLastLoginTimestamp(Date timestamp)
void
SecuredUser. setLastLoginTimestamp(Date timestamp)
void
UserImpl. setLastLoginTimestamp(Date timestamp)
void
FeatureProviderUserUpdate. setPassword(long userId, String password)
void
RestrictedUserImpl. setPassword(String password)
void
SecuredUser. setPassword(String password)
void
SecuredUserModel. setPassword(long userId, String password)
void
UserImpl. setPassword(String password)
void
UserModelImpl. setPassword(long userId, String password)
void
FeatureProviderUserUpdate. setProjectsOrder(long userId, List<String> projectsOrder)
void
RestrictedUserImpl. setProjectsOrder(List<String> projectsOrder)
void
SecuredUser. setProjectsOrder(List<String> projectsOrder)
void
SecuredUserModel. setProjectsOrder(long userId, List<String> projectsOrder)
void
UserModelImpl. setProjectsOrder(long userId, List<String> projectsOrder)
void
UserModelImpl. setProperties(Long userId, Map<? extends PropertyKey,String> properties)
void
UserModelImpl. setProperty(Long userId, PropertyKey key, String value)
void
RestrictedUserImpl. setUserProperties(Map<? extends PropertyKey,String> properties)
void
SecuredUser. setUserProperties(Map<? extends PropertyKey,String> properties)
void
UserImpl. setUserProperties(Map<? extends PropertyKey,String> properties)
void
RestrictedUserImpl. setUserProperty(PropertyKey propertyKey, String value)
void
SecuredUser. setUserProperty(PropertyKey propertyKey, String value)
void
UserImpl. setUserProperty(PropertyKey propertyKey, String value)
void
FeatureProviderUserUpdate. setVisibleProjects(long userId, Collection<String> visibleProjects)
void
RestrictedUserImpl. setVisibleProjects(Collection<String> visibleProjects)
void
SecuredUser. setVisibleProjects(Collection<String> visibleProjects)
void
SecuredUserModel. setVisibleProjects(long userId, Collection<String> visibleProjects)
void
UserModelImpl. setVisibleProjects(long userId, Collection<String> visibleProjects)
void
FeatureProviderUserUpdate. updateUserAccount(long userId, String username, String name, String email)
void
RestrictedUserImpl. updateUserAccount(String username, String name, String email)
void
SecuredUser. updateUserAccount(String username, String name, String email)
void
SecuredUserModel. updateUserAccount(long userId, String username, String name, String email)
void
UserImpl. updateUserAccount(String username, String name, String email)
void
UserModelImpl. updateUserAccount(long userId, String username, String name, String email)
-