com.atlassian.jira.issue.security
Interface IssueSecurityLevel

All Known Implementing Classes:
IssueSecurityLevelImpl

@PublicApi
public interface IssueSecurityLevel

Defines an issue security level in JIRA.

Since:
v4.0

Method Summary
 String getDescription()
           
 Long getId()
           
 String getName()
           
 Long getSchemeId()
           
 

Method Detail

getId

Long getId()
Returns:
the unique identifier for this issue security level

getName

String getName()
Returns:
the user provided name for this issue security level

getDescription

String getDescription()
Returns:
the user provided description for this issue security level

getSchemeId

Long getSchemeId()
Returns:
the unique identifier of the IssueSecurityScheme that this issue security level is associated with


Copyright © 2002-2013 Atlassian. All Rights Reserved.