com.atlassian.jira.rest.v2.issue
Class IssueSecurityLevelResource
java.lang.Object
com.atlassian.jira.rest.v2.issue.IssueSecurityLevelResource
public class IssueSecurityLevelResource
- extends Object
- Since:
- 5.0
Method Summary |
javax.ws.rs.core.Response |
getIssuesecuritylevel(String issueSecurityLevelId)
Returns a full representation of the security level that has the given id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueSecurityLevelResource
public IssueSecurityLevelResource(IssueSecurityLevelManager issueSecurityLevelManager,
JiraBaseUrls jiraBaseUrls,
ContextI18n i18n)
getIssuesecuritylevel
public javax.ws.rs.core.Response getIssuesecuritylevel(String issueSecurityLevelId)
- Returns a full representation of the security level that has the given id.
- Parameters:
issueSecurityLevelId
- a String containing an issue security level id
- Returns:
- a full representation of the issue security level with the given id
Copyright © 2002-2012 Atlassian. All Rights Reserved.