Package com.codebarrel.jira.group
Interface GroupClient
- All Known Implementing Classes:
NativeGroupClient
public interface GroupClient
-
Method Summary
-
Method Details
-
getGroups
Retrieves groups matching the query- Returns:
- a list of matching group beans
-
getUsersInGroup
Retrieves all the users in the given group- Returns:
- Either an error collection if the request failed or a list of users
-