com.atlassian.greenhopper
Enum EventListenerRegistry.ListenerKey

java.lang.Object
  extended by java.lang.Enum<EventListenerRegistry.ListenerKey>
      extended by com.atlassian.greenhopper.EventListenerRegistry.ListenerKey
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EventListenerRegistry.ListenerKey>
Enclosing class:
EventListenerRegistry

public static enum EventListenerRegistry.ListenerKey
extends java.lang.Enum<EventListenerRegistry.ListenerKey>


Enum Constant Summary
CACHE_MANAGER
           
COMPONENT_SYNCHER
           
CUSTOMFIELD
           
EPIC_LINK
           
FIXVERSION_SYNCHER
           
INDEX_CHECK_SERVICE
           
LABEL
           
LAUNCHER
           
LEXO_RANK
           
LEXO_RANK_BALANCING_EVENT
           
LEXO_RANK_FIELD
           
LINK_PROVIDER_MANAGER
           
PLUGIN_DISABLED
           
RANK_INDEX_SERVICE
           
WORKLOG_CACHE
           
 
Method Summary
static EventListenerRegistry.ListenerKey valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventListenerRegistry.ListenerKey[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LABEL

public static final EventListenerRegistry.ListenerKey LABEL

CUSTOMFIELD

public static final EventListenerRegistry.ListenerKey CUSTOMFIELD

WORKLOG_CACHE

public static final EventListenerRegistry.ListenerKey WORKLOG_CACHE

FIXVERSION_SYNCHER

public static final EventListenerRegistry.ListenerKey FIXVERSION_SYNCHER

COMPONENT_SYNCHER

public static final EventListenerRegistry.ListenerKey COMPONENT_SYNCHER

LINK_PROVIDER_MANAGER

public static final EventListenerRegistry.ListenerKey LINK_PROVIDER_MANAGER

LAUNCHER

public static final EventListenerRegistry.ListenerKey LAUNCHER

CACHE_MANAGER

public static final EventListenerRegistry.ListenerKey CACHE_MANAGER

RANK_INDEX_SERVICE

public static final EventListenerRegistry.ListenerKey RANK_INDEX_SERVICE

PLUGIN_DISABLED

public static final EventListenerRegistry.ListenerKey PLUGIN_DISABLED

EPIC_LINK

public static final EventListenerRegistry.ListenerKey EPIC_LINK

LEXO_RANK

public static final EventListenerRegistry.ListenerKey LEXO_RANK

LEXO_RANK_FIELD

public static final EventListenerRegistry.ListenerKey LEXO_RANK_FIELD

LEXO_RANK_BALANCING_EVENT

public static final EventListenerRegistry.ListenerKey LEXO_RANK_BALANCING_EVENT

INDEX_CHECK_SERVICE

public static final EventListenerRegistry.ListenerKey INDEX_CHECK_SERVICE
Method Detail

values

public static EventListenerRegistry.ListenerKey[] 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 (EventListenerRegistry.ListenerKey c : EventListenerRegistry.ListenerKey.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EventListenerRegistry.ListenerKey valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2007-2014 Atlassian. All Rights Reserved.