com.atlassian.jira.rest.v2.issue
Class IssueSecurityLevelResource

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.IssueSecurityLevelResource

public class IssueSecurityLevelResource
extends Object

Since:
5.0

Constructor Summary
IssueSecurityLevelResource(IssueSecurityLevelManager issueSecurityLevelManager, JiraBaseUrls jiraBaseUrls, I18nHelper i18n)
           
 
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
 

Constructor Detail

IssueSecurityLevelResource

public IssueSecurityLevelResource(IssueSecurityLevelManager issueSecurityLevelManager,
                                  JiraBaseUrls jiraBaseUrls,
                                  I18nHelper i18n)
Method Detail

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-2014 Atlassian. All Rights Reserved.