public static final enum

ComponentManager.PluginSystemState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.ComponentManager.PluginSystemState

Summary

Enum Values
ComponentManager.PluginSystemState  EARLY_STARTED   
ComponentManager.PluginSystemState  LATE_STARTED   
ComponentManager.PluginSystemState  NOT_STARTED   
Public Methods
static ComponentManager.PluginSystemState valueOf(String name)
final static PluginSystemState[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ComponentManager.PluginSystemState EARLY_STARTED

public static final ComponentManager.PluginSystemState LATE_STARTED

public static final ComponentManager.PluginSystemState NOT_STARTED

Public Methods

public static ComponentManager.PluginSystemState valueOf (String name)

public static final PluginSystemState[] values ()