public interface GroupRestClient
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.util.concurrent.Promise<Iterable<Group>> |
findGroups()
Find all groups, limited by the system property "jira.ajax.autocomplete.limit"
|
io.atlassian.util.concurrent.Promise<Iterable<Group>> |
findGroups(String query,
String exclude,
Integer maxResults,
String userName)
Returns groups with substrings matching a given query.
|
io.atlassian.util.concurrent.Promise<Iterable<Group>> findGroups()
io.atlassian.util.concurrent.Promise<Iterable<Group>> findGroups(@Nullable String query, @Nullable String exclude, @Nullable Integer maxResults, @Nullable String userName)
query - A string to match groups againstexclude - Exclude groupsmaxResults - The maximum number of groups to returnuserName - A user nameCopyright © 2020 Atlassian. All rights reserved.