com.atlassian.jira.issue.security
Interface IssueSecurityLevel


public interface IssueSecurityLevel

Defines an issue security level in JIRA. NOTE: there are currently no implementations of this interface, but security levels will be referenced through this interface in the future

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