public class

IssueSecurityLevelResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.IssueSecurityLevelResource

Summary

Public Constructors
IssueSecurityLevelResource(IssueSecurityLevelManager issueSecurityLevelManager, JiraBaseUrls jiraBaseUrls, I18nHelper i18n)
Public Methods
Response getIssuesecuritylevel(String issueSecurityLevelId)
Returns a full representation of the security level that has the given id.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

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

Public Methods

public 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