public interface UserService
Modifier and Type | Method and Description |
---|---|
com.atlassian.user.Group |
createGroup(String name)
Create a group in bamboo.
|
List<com.atlassian.user.Group> |
getGroup(String name)
Return a list of groups in bamboo filtered by name.
|
List<com.atlassian.user.Group> getGroup(String name) throws WebValidationException
name
- Name of group nameWebValidationException
com.atlassian.user.Group createGroup(String name) throws WebValidationException
name
- name of the new groupWebValidationException
- If group name is invalid, group already exists or create group is not allowedCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.