Uses of Interface
com.atlassian.bitbucket.user.DetailedGroup
-
Uses of DetailedGroup in com.atlassian.bitbucket.user
Modifier and TypeMethodDescriptionUserAdminService.createGroup
(String groupName) Creates a new group.UserAdminService.deleteGroup
(String groupName) Deletes a group.Modifier and TypeMethodDescriptionUserAdminService.findGroups
(PageRequest pageRequest) Retrieves a page of groups with fulldetails
.UserAdminService.findGroupsByName
(String groupName, PageRequest pageRequest) Retrieves a page of groups with fulldetails
, optionally filtering the returned results to those containing the specifiedgroupName
.UserAdminService.findGroupsWithoutUser
(String username, String groupName, PageRequest pageRequest) Retrieves a page of groups which the specified user is not a member of, with fulldetails
, optionally filtering the returned results to those containing the specifiedgroupName
.UserAdminService.findGroupsWithUser
(String username, String groupName, PageRequest pageRequest) Retrieves a page of groups which the specified user is a member of, with fulldetails
, optionally filtering the returned results to those containing the specifiedgroupName
.