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
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 java.lang.String getName()
           
 java.lang.Long getSchemeId()
           
 

Method Detail

getId

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

getName

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

getDescription

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

getSchemeId

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


Copyright © 2002-2010 Atlassian. All Rights Reserved.