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 voidInMemoryUser. addRole(RoleScope scope, Role role)voidInMemoryUser. deleteUserProperty(PropertyKey propertyKey)List<String>InMemoryUser. getProjectsOrder()voidInMemoryUser. hideProject(String projectId)voidInMemoryUser. hideProjects(Collection<String> projectIds)voidInMemoryUser. removeRole(RoleScope scope, Role role)voidInMemoryUser. removeRoles(RoleScope scope)voidInMemoryUser. setLastLoginTimestamp(Date timestamp)voidInMemoryUser. setPassword(String password)voidInMemoryUser. setProjectsOrder(List<String> projectsOrder)voidInMemoryUser. setUserProperties(Map<? extends PropertyKey,String> properties)voidInMemoryUser. setUserProperty(PropertyKey propertyKey, String value)voidInMemoryUser. setVisibleProjects(Collection<String> visibleProjects)voidInMemoryUser. 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 longNotificationRulesManager. 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.NotificationRuleNotificationRulesManager. 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.booleanNotificationRulesManager. isRulesWithEventsConfigured(long userId, String notifierType)Returns true if specified user has notification rules with one or more events configured for specified notifier type.voidNotificationRulesManager. removeRule(long userId, long ruleId)Removes rule with specified id from the list of rules of specified user.voidNotificationRulesManager. removeRule(long holderId, NotificationRule rule)Removes the rule.voidNotificationRulesManager. setUserNotificationRules(long userId, String notifierType, List<NotificationRule> rules)Sets user notification rules for specified notifiervoidNotificationRulesManager. 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 longAbstractNotificationRulesManager. addNewRule(T holderId, String notificatorType, NotificationRule rule)longNotificationRulesManagerImpl. addNewRule(long userId, String notificatorType, NotificationRule rule)Collection<Long>NotificationRulesManagerImpl. findConflictingRules(long userId, String notificatorType, WatchedBuilds watch)NotificationRuleAbstractNotificationRulesManager. findRuleById(T holderId, long ruleId)NotificationRuleNotificationRulesManagerImpl. findRuleById(long userId, long ruleId)List<NotificationRule>NotificationRulesManagerImpl. getAllUserNotificationRules(long userId, String notifierType)List<NotificationRule>NotificationRulesManagerImpl. getUserNotificationRules(long userId, String notificatorType)booleanNotificationRulesManagerImpl. isRulesWithEventsConfigured(long userId, String notificatorType)voidAbstractNotificationRulesManager. removeRule(T holderId, long ruleId)voidAbstractNotificationRulesManager. removeRule(T holderId, NotificationRule rule)voidNotificationRulesManagerImpl. removeRule(long userId, long ruleId)voidNotificationRulesManagerImpl. setUserNotificationRules(long userId, String notificatorType, List<NotificationRule> rules)voidNotificationRulesManagerImpl. updateNotificationRule(long userId, String notifierType, NotificationRule rule)voidNotificationRulesManagerImpl. 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 AuthorityHolderServerLoginModel. 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 AuthorityHolderServerLoginModelImpl. updateSecurityContext(AuthorityHolder authorityHolder) -
Uses of UserNotFoundException in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that throw UserNotFoundException Modifier and Type Method Description voidSUser. deleteUserProperty(PropertyKey propertyKey)Deletes a property with specified key from the user profile.List<String>SUser. getProjectsOrder()voidSUser. hideProject(String projectId)Marks a project with specified id as invisiblevoidSUser. hideProjects(Collection<String> projectIds)Marks the specified projects as invisiblevoidUserUpdate. persistLastLoginTimestamp(long userId, Date timestamp)Note: login timestamp will be persisted with some delay.voidUserUpdate. setBuildTypesOrder(long userId, String projectId, UserImpl.BuildTypesOrder buildTypesOrder)Sets order of build typesvoidSUser. setLastLoginTimestamp(Date timestamp)Updates last login timestampvoidSUser. setPassword(String password)Changes password of this uservoidUserUpdate. setPassword(long userId, String password)voidSUser. setProjectsOrder(List<String> projectsOrder)Sets order of the projects.voidUserUpdate. setProjectsOrder(long userId, List<String> projectsOrder)Sets order of the projects.voidSUser. setUserProperties(Map<? extends PropertyKey,String> properties)Updates properties of the user specified by user id.voidSUser. setUserProperty(PropertyKey propertyKey, String value)Sets a property with specified key and value in user profilevoidSUser. setVisibleProjects(Collection<String> visibleProjects)Sets projects visible for specified uservoidUserUpdate. setVisibleProjects(long userId, Collection<String> visibleProjects)Sets projects visible for specified uservoidSUser. 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 UserNotFoundException in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that throw UserNotFoundException Modifier and Type Method Description voidBaseUser. addRole(RoleScope scope, Role role)voidSecuredUser. addRole(RoleScope scope, Role role)voidUserImpl. addRole(RoleScope scope, Role role)voidUserModelImpl. addRole(Long userId, RoleScope roleScope, Role role)voidUserModelImpl. deleteProperty(Long userId, PropertyKey key)voidRestrictedUserImpl. deleteUserProperty(PropertyKey propertyKey)voidSecuredUser. deleteUserProperty(PropertyKey propertyKey)voidUserImpl. deleteUserProperty(PropertyKey propertyKey)List<String>RestrictedUserImpl. getProjectsOrder()voidRestrictedUserImpl. hideProject(String projectId)voidSecuredUser. hideProject(String projectId)voidRestrictedUserImpl. hideProjects(Collection<String> projectIds)voidSecuredUser. hideProjects(Collection<String> projectIds)voidUserImpl. hideProjects(Collection<String> projectIds)voidFeatureProviderUserUpdate. persistLastLoginTimestamp(long userId, Date timestamp)voidSecuredUserModel. persistLastLoginTimestamp(long userId, Date timestamp)voidUserModelImpl. persistLastLoginTimestamp(long userId, Date timestamp)voidBaseUser. removeRole(RoleScope scope, Role role)voidSecuredUser. removeRole(RoleScope scope, Role role)voidUserImpl. removeRole(RoleScope scope, Role role)voidUserModelImpl. removeRole(Long userId, RoleScope roleScope, Role role)voidBaseUser. removeRoles(RoleScope scope)voidSecuredUser. removeRoles(RoleScope scope)voidUserImpl. removeRoles(RoleScope scope)voidUserModelImpl. removeRoles(Long userId, RoleScope roleScope)voidFeatureProviderUserUpdate. setBuildTypesOrder(long userId, String projectId, UserImpl.BuildTypesOrder buildTypesOrder)voidSecuredUserModel. setBuildTypesOrder(long userId, String projectId, UserImpl.BuildTypesOrder buildTypesOrder)voidUserModelImpl. setBuildTypesOrder(long userId, String projectId, UserImpl.BuildTypesOrder buildTypesOrder)voidRestrictedUserImpl. setLastLoginTimestamp(Date timestamp)voidSecuredUser. setLastLoginTimestamp(Date timestamp)voidUserImpl. setLastLoginTimestamp(Date timestamp)voidFeatureProviderUserUpdate. setPassword(long userId, String password)voidRestrictedUserImpl. setPassword(String password)voidSecuredUser. setPassword(String password)voidSecuredUserModel. setPassword(long userId, String password)voidUserImpl. setPassword(String password)voidUserModelImpl. setPassword(long userId, String password)voidFeatureProviderUserUpdate. setProjectsOrder(long userId, List<String> projectsOrder)voidRestrictedUserImpl. setProjectsOrder(List<String> projectsOrder)voidSecuredUser. setProjectsOrder(List<String> projectsOrder)voidSecuredUserModel. setProjectsOrder(long userId, List<String> projectsOrder)voidUserModelImpl. setProjectsOrder(long userId, List<String> projectsOrder)voidUserModelImpl. setProperties(Long userId, Map<? extends PropertyKey,String> properties)voidUserModelImpl. setProperty(Long userId, PropertyKey key, String value)voidRestrictedUserImpl. setUserProperties(Map<? extends PropertyKey,String> properties)voidSecuredUser. setUserProperties(Map<? extends PropertyKey,String> properties)voidUserImpl. setUserProperties(Map<? extends PropertyKey,String> properties)voidRestrictedUserImpl. setUserProperty(PropertyKey propertyKey, String value)voidSecuredUser. setUserProperty(PropertyKey propertyKey, String value)voidUserImpl. setUserProperty(PropertyKey propertyKey, String value)voidFeatureProviderUserUpdate. setVisibleProjects(long userId, Collection<String> visibleProjects)voidRestrictedUserImpl. setVisibleProjects(Collection<String> visibleProjects)voidSecuredUser. setVisibleProjects(Collection<String> visibleProjects)voidSecuredUserModel. setVisibleProjects(long userId, Collection<String> visibleProjects)voidUserModelImpl. setVisibleProjects(long userId, Collection<String> visibleProjects)voidFeatureProviderUserUpdate. updateUserAccount(long userId, String username, String name, String email)voidRestrictedUserImpl. updateUserAccount(String username, String name, String email)voidSecuredUser. updateUserAccount(String username, String name, String email)voidSecuredUserModel. updateUserAccount(long userId, String username, String name, String email)voidUserImpl. updateUserAccount(String username, String name, String email)voidUserModelImpl. updateUserAccount(long userId, String username, String name, String email)
-