java.lang.Object |
↳ |
com.atlassian.jira.rest.v2.securitylevel.ProjectSecurityLevelResource |
Class Overview
Provide security level information of the given project for the current user.
Summary
Public Methods |
Response
|
getSecurityLevelsForProject(String projectKeyOrId)
Returns all security levels for the project that the current logged in user has access to.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
Response
getSecurityLevelsForProject
(String projectKeyOrId)
Returns all security levels for the project that the current logged in user has access to.
If the user does not have the Set Issue Security permission, the list will be empty.
Parameters
projectKeyOrId
| - key or id of project to list the security levels for |