com.atlassian.jira.project
Class AssigneeTypes

java.lang.Object
  extended by com.atlassian.jira.project.AssigneeTypes
Direct Known Subclasses:
ComponentAssigneeTypes, ProjectAssigneeTypes

public abstract class AssigneeTypes
extends Object

Enumerated type representing different default issue assignments for Project and ProjectComponent.


Field Summary
static long COMPONENT_LEAD
          Assignee is set to the ProjectComponent lead.
static String PRETTY_COMPONENT_LEAD
          Message key representing default assignment to ProjectComponent lead.
static String PRETTY_COMPONENT_LEAD_DOES_NOT_EXIST
          Message key to say component lead doesn't exist.
static String PRETTY_NOT_ALLOWED_UNASSIGNED
          Message key to forbid unassigned issues.
static String PRETTY_NOT_ASSIGNABLE_COMPONENT_LEAD
          Message key to say compoent lead is not assignable.
static String PRETTY_NOT_ASSIGNABLE_PROJECT_LEAD
          Message key to say project lead can't be assigned.
static String PRETTY_PROJECT_DEFAULT
          Message key representing default assignment to project default assignee.
static String PRETTY_PROJECT_LEAD
          Message key representing default assignment to project lead.
static String PRETTY_UNASSIGNED
          Message key representing no assignee.
static long PROJECT_DEFAULT
          Assignee is set to the default for the project.
static long PROJECT_LEAD
          Assignee is set to the Project lead.
static long UNASSIGNED
          Issue is left with no assignee.
 
Constructor Summary
AssigneeTypes()
           
 
Method Summary
protected static boolean isAllowUnassigned()
          Provides the application property for permitting issues to be unassigned.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_DEFAULT

public static final long PROJECT_DEFAULT
Assignee is set to the default for the project.

See Also:
Constant Field Values

COMPONENT_LEAD

public static final long COMPONENT_LEAD
Assignee is set to the ProjectComponent lead.

See Also:
Constant Field Values

PROJECT_LEAD

public static final long PROJECT_LEAD
Assignee is set to the Project lead.

See Also:
Constant Field Values

UNASSIGNED

public static final long UNASSIGNED
Issue is left with no assignee.

See Also:
Constant Field Values

PRETTY_PROJECT_LEAD

public static final String PRETTY_PROJECT_LEAD
Message key representing default assignment to project lead.

See Also:
Constant Field Values

PRETTY_UNASSIGNED

public static final String PRETTY_UNASSIGNED
Message key representing no assignee.

See Also:
Constant Field Values

PRETTY_PROJECT_DEFAULT

public static final String PRETTY_PROJECT_DEFAULT
Message key representing default assignment to project default assignee.

See Also:
Constant Field Values

PRETTY_NOT_ALLOWED_UNASSIGNED

public static final String PRETTY_NOT_ALLOWED_UNASSIGNED
Message key to forbid unassigned issues.

See Also:
Constant Field Values

PRETTY_NOT_ASSIGNABLE_PROJECT_LEAD

public static final String PRETTY_NOT_ASSIGNABLE_PROJECT_LEAD
Message key to say project lead can't be assigned.

See Also:
Constant Field Values

PRETTY_COMPONENT_LEAD

public static final String PRETTY_COMPONENT_LEAD
Message key representing default assignment to ProjectComponent lead.

See Also:
Constant Field Values

PRETTY_COMPONENT_LEAD_DOES_NOT_EXIST

public static final String PRETTY_COMPONENT_LEAD_DOES_NOT_EXIST
Message key to say component lead doesn't exist.

See Also:
Constant Field Values

PRETTY_NOT_ASSIGNABLE_COMPONENT_LEAD

public static final String PRETTY_NOT_ASSIGNABLE_COMPONENT_LEAD
Message key to say compoent lead is not assignable.

See Also:
Constant Field Values
Constructor Detail

AssigneeTypes

public AssigneeTypes()
Method Detail

isAllowUnassigned

protected static boolean isAllowUnassigned()
Provides the application property for permitting issues to be unassigned.

Returns:
the value of the application property.


Copyright © 2002-2014 Atlassian. All Rights Reserved.