com.atlassian.jira.functest.framework.admin
Enum IssueSecurityLevel.IssueSecurity
java.lang.Object
java.lang.Enum<IssueSecurityLevel.IssueSecurity>
com.atlassian.jira.functest.framework.admin.IssueSecurityLevel.IssueSecurity
- All Implemented Interfaces:
- Serializable, Comparable<IssueSecurityLevel.IssueSecurity>
- Enclosing interface:
- IssueSecurityLevel
public static enum IssueSecurityLevel.IssueSecurity
- extends Enum<IssueSecurityLevel.IssueSecurity>
REPORTER
public static final IssueSecurityLevel.IssueSecurity REPORTER
CURRENT_ASIGNEE
public static final IssueSecurityLevel.IssueSecurity CURRENT_ASIGNEE
PROJECT_LEAD
public static final IssueSecurityLevel.IssueSecurity PROJECT_LEAD
GROUP
public static final IssueSecurityLevel.IssueSecurity GROUP
USER
public static final IssueSecurityLevel.IssueSecurity USER
values
public static IssueSecurityLevel.IssueSecurity[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IssueSecurityLevel.IssueSecurity c : IssueSecurityLevel.IssueSecurity.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IssueSecurityLevel.IssueSecurity valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
typeId
public String typeId()
hasParameter
public boolean hasParameter()
Copyright © 2002-2012 Atlassian. All Rights Reserved.