Package com.codebarrel.jira.group
Class NativeGroupClient
java.lang.Object
com.codebarrel.jira.group.NativeGroupClient
- All Implemented Interfaces:
GroupClient
-
Constructor Summary
ConstructorsConstructorDescriptionNativeGroupClient(JiraAuthenticationContext authenticationContext, GlobalPermissionManager globalPermissionManager, GroupPickerSearchService groupPickerSearchService, GroupManager groupManager, UserBeanTransformer userBeanTransformer) -
Method Summary
-
Constructor Details
-
NativeGroupClient
@Inject public NativeGroupClient(JiraAuthenticationContext authenticationContext, GlobalPermissionManager globalPermissionManager, GroupPickerSearchService groupPickerSearchService, GroupManager groupManager, UserBeanTransformer userBeanTransformer)
-
-
Method Details
-
getGroups
Description copied from interface:GroupClientRetrieves groups matching the query- Specified by:
getGroupsin interfaceGroupClient- Returns:
- a list of matching group beans
-
getUsersInGroup
Description copied from interface:GroupClientRetrieves all the users in the given group- Specified by:
getUsersInGroupin interfaceGroupClient- Returns:
- Either an error collection if the request failed or a list of users
-