Uses of Interface
com.atlassian.bitbucket.user.DetailedGroup
Packages that use DetailedGroup
- 
Uses of DetailedGroup in com.atlassian.bitbucket.userMethods in com.atlassian.bitbucket.user that return DetailedGroupModifier and TypeMethodDescriptionUserAdminService.createGroup(String groupName) Creates a new group.UserAdminService.deleteGroup(String groupName) Deletes a group.Methods in com.atlassian.bitbucket.user that return types with arguments of type DetailedGroupModifier 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.