Package jetbrains.buildServer.groups
Interface UserSelector
-
- All Known Implementing Classes:
UserGroupUserUpdater
public interface UserSelector
Provides an information about users and groups relations. The implementors work directly with the database, so all data is always up-to-date.- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Long>
getUsers(String groupKey)
Returns the list of users hosted by groupgroupKey
(directly).
-
-
-
Method Detail
-
getUsers
@NotNull Collection<Long> getUsers(@NotNull String groupKey)
Returns the list of users hosted by groupgroupKey
(directly).- Parameters:
groupKey
- the group key- Returns:
- list of user ids
-
-