public interface GroupService
Modifier and Type | Interface and Description |
---|---|
static interface |
GroupService.GroupFinder
A finder for locating groups
|
static interface |
GroupService.Validator |
Modifier and Type | Method and Description |
---|---|
GroupService.GroupFinder |
find(Expansion... expansions)
Create a GroupFinder for locating groups, the expansions will be applied to each group that matches the
finder.
|
GroupService.Validator |
validator()
Get the validator view of the GroupService.
|
GroupService.GroupFinder find(Expansion... expansions)
For example, to fetch a group called "developers"
groupService.find()
.withName("developers")
.fetchOneOrNull();
expansions
- GroupService.Validator validator()
Copyright © 2003–2018 Atlassian. All rights reserved.