Package | Description |
---|---|
com.atlassian.bitbucket.user |
Modifier and Type | Method and Description |
---|---|
DetailedGroup |
UserAdminService.createGroup(String groupName)
Creates a new group.
|
DetailedGroup |
UserAdminService.deleteGroup(String groupName)
Deletes a group.
|
Modifier and Type | Method and Description |
---|---|
Page<DetailedGroup> |
UserAdminService.findGroups(PageRequest pageRequest)
Retrieves a page of groups with full
details . |
Page<DetailedGroup> |
UserAdminService.findGroupsByName(String groupName,
PageRequest pageRequest)
Retrieves a page of groups with full
details , optionally filtering the returned results
to those containing the specified groupName . |
Page<DetailedGroup> |
UserAdminService.findGroupsWithoutUser(String username,
String groupName,
PageRequest pageRequest)
Retrieves a page of groups which the specified user is not a member of, with full
details , optionally filtering the returned results to those containing the specified groupName . |
Page<DetailedGroup> |
UserAdminService.findGroupsWithUser(String username,
String groupName,
PageRequest pageRequest)
Retrieves a page of groups which the specified user is a member of, with full
details ,
optionally filtering the returned results to those containing the specified groupName . |
Copyright © 2022 Atlassian. All rights reserved.