Class DefaultGroupLabelsService
java.lang.Object
com.atlassian.jira.web.component.admin.group.DefaultGroupLabelsService
- All Implemented Interfaces:
GroupLabelsService
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultGroupLabelsService(ApplicationRoleManager roleManager, GroupAccessLabelsManager labelsManager, JiraAuthenticationContext authenticationContext) -
Method Summary
Modifier and TypeMethodDescriptiongetGroupLabels(com.atlassian.crowd.embedded.api.Group group, Optional<Long> directory)
-
Constructor Details
-
DefaultGroupLabelsService
public DefaultGroupLabelsService(ApplicationRoleManager roleManager, GroupAccessLabelsManager labelsManager, JiraAuthenticationContext authenticationContext)
-
-
Method Details
-
getGroupLabels
public List<GroupLabelView> getGroupLabels(com.atlassian.crowd.embedded.api.Group group, Optional<Long> directory) - Specified by:
getGroupLabelsin interfaceGroupLabelsService
-