public class ProjectSecurityLevelResource extends Object
Constructor and Description |
---|
ProjectSecurityLevelResource(ProjectFinder projectFinder,
IssueSecurityLevelManager issueSecurityLevelManager,
JiraBaseUrls baseUrls,
JiraAuthenticationContext authenticationContext,
PermissionManager permissionManager,
ResponseFactory responseFactory) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getSecurityLevelsForProject(String projectKeyOrId)
Returns all security levels for the project that the current logged in user has access to.
|
public ProjectSecurityLevelResource(ProjectFinder projectFinder, IssueSecurityLevelManager issueSecurityLevelManager, JiraBaseUrls baseUrls, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ResponseFactory responseFactory)
public javax.ws.rs.core.Response getSecurityLevelsForProject(String projectKeyOrId)
projectKeyOrId
- - key or id of project to list the security levels forCopyright © 2002-2021 Atlassian. All Rights Reserved.