Uses of Class
org.sonar.wsclient.user.User

Packages that use User
org.sonar.wsclient.issue   
org.sonar.wsclient.issue.internal   
org.sonar.wsclient.user   
 

Uses of User in org.sonar.wsclient.issue
 

Methods in org.sonar.wsclient.issue that return User
 User Issues.user(String login)
           
 

Methods in org.sonar.wsclient.issue that return types with arguments of type User
 Collection<User> Issues.users()
           
 

Uses of User in org.sonar.wsclient.issue.internal
 

Methods in org.sonar.wsclient.issue.internal that return User
 User DefaultIssues.user(String login)
           
 

Methods in org.sonar.wsclient.issue.internal that return types with arguments of type User
 Collection<User> DefaultIssues.users()
           
 

Uses of User in org.sonar.wsclient.user
 

Methods in org.sonar.wsclient.user that return types with arguments of type User
 List<User> UserClient.find(UserQuery query)
           
 List<User> DefaultUserClient.find(UserQuery query)
           
 



Copyright © 2009-2013 SonarSource. All Rights Reserved.