| Package | Description | 
|---|---|
| org.sonar.api.issue | |
| org.sonar.api.user | 
| Modifier and Type | Method and Description | 
|---|---|
IssueHandler.Context | 
IssueHandler.Context.assign(User user)  | 
| Modifier and Type | Method and Description | 
|---|---|
User | 
UserFinder.findByLogin(String login)
Deprecated.  
  | 
User | 
RubyUserService.findByLogin(String login)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<User> | 
RubyUserService.find(Map<String,Object> params)
Search for users
 
 Optional parameters are:
 
    
s to match all the logins or names containing this search query
   logins, as an array of strings (['simon', 'julien']) or a comma-separated list of logins ('simon,julien')
   includeDeactivated as a boolean. | 
List<User> | 
UserFinder.find(UserQuery query)
Deprecated.  
  | 
List<User> | 
UserFinder.findByLogins(List<String> logins)
Deprecated.  
  | 
Copyright © 2009–2015 SonarSource. All rights reserved.