public static enum EventListenerRegistry.ListenerKey extends Enum<EventListenerRegistry.ListenerKey>
| Modifier and Type | Method and Description |
|---|---|
static EventListenerRegistry.ListenerKey |
valueOf(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.
|
public static final EventListenerRegistry.ListenerKey LABEL
public static final EventListenerRegistry.ListenerKey CUSTOMFIELD
public static final EventListenerRegistry.ListenerKey WORKLOG_CACHE
public static final EventListenerRegistry.ListenerKey FIXVERSION_SYNCHER
public static final EventListenerRegistry.ListenerKey COMPONENT_SYNCHER
public static final EventListenerRegistry.ListenerKey LINK_PROVIDER_MANAGER
public static final EventListenerRegistry.ListenerKey LAUNCHER
public static final EventListenerRegistry.ListenerKey CACHE_MANAGER
public static final EventListenerRegistry.ListenerKey RANK_INDEX_SERVICE
public static final EventListenerRegistry.ListenerKey PLUGIN_DISABLED
public static final EventListenerRegistry.ListenerKey EPIC_LINK
public static final EventListenerRegistry.ListenerKey LEXO_RANK
public static final EventListenerRegistry.ListenerKey LEXO_RANK_FIELD
public static final EventListenerRegistry.ListenerKey LEXO_RANK_BALANCING_EVENT
public static final EventListenerRegistry.ListenerKey INDEX_CHECK_SERVICE
public static final EventListenerRegistry.ListenerKey ISSUE_CLOSED
public static final EventListenerRegistry.ListenerKey QUERY_MAPPER_CACHE
public static EventListenerRegistry.ListenerKey[] values()
for (EventListenerRegistry.ListenerKey c : EventListenerRegistry.ListenerKey.values()) System.out.println(c);
public static EventListenerRegistry.ListenerKey valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2007–2015 Atlassian. All rights reserved.