public class RolesResource extends Object
Constructor and Description |
---|
RolesResource(ProjectRoleService roleService,
ProjectService projectService,
JiraAuthenticationContext jiraAuthenticationContext,
AvatarService avatarService,
LoginService loginService,
DateTimeFormatter dateTimeFormatter,
EmailFormatter emailFormatter,
ApplicationRoleManager applicationRoleManager,
UserManager userManager) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
addActorsToRole(String projectKey,
Long roleId,
Map<String,String[]> actors) |
javax.ws.rs.core.Response |
getRoles(String projectKey,
Long roleId,
String query,
int pageNumber,
int pageSize) |
public RolesResource(ProjectRoleService roleService, ProjectService projectService, JiraAuthenticationContext jiraAuthenticationContext, AvatarService avatarService, LoginService loginService, DateTimeFormatter dateTimeFormatter, EmailFormatter emailFormatter, ApplicationRoleManager applicationRoleManager, UserManager userManager)
Copyright © 2002-2019 Atlassian. All Rights Reserved.