org.sonar.api.user
Interface RubyUserService

All Superinterfaces:
ServerComponent

public interface RubyUserService
extends ServerComponent

Since:
3.6

Method Summary
 List<User> 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.

 User findByLogin(String login)
           
 

Method Detail

findByLogin

@CheckForNull
User findByLogin(String login)

find

List<User> find(Map<String,Object> params)
Search for users

Optional parameters are:



Copyright © 2009-2014 SonarSource. All Rights Reserved.