public static final enum

LookAndFeelUpdatedEvent.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.event.web.action.admin.LookAndFeelUpdatedEvent.Type

Summary

Enum Values
LookAndFeelUpdatedEvent.Type  AUTO_COLOR_SCHEME   
LookAndFeelUpdatedEvent.Type  REFRESH_RESOURCES   
LookAndFeelUpdatedEvent.Type  RESET_FAVICON   
LookAndFeelUpdatedEvent.Type  RESET_LOGO   
LookAndFeelUpdatedEvent.Type  SITE_TITLE   
LookAndFeelUpdatedEvent.Type  UNDO_AUTO_COLOR_SCHEME   
LookAndFeelUpdatedEvent.Type  UPLOAD_FAVICON   
LookAndFeelUpdatedEvent.Type  UPLOAD_LOGO   
Public Methods
String toString()
static LookAndFeelUpdatedEvent.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LookAndFeelUpdatedEvent.Type AUTO_COLOR_SCHEME

public static final LookAndFeelUpdatedEvent.Type REFRESH_RESOURCES

public static final LookAndFeelUpdatedEvent.Type RESET_FAVICON

public static final LookAndFeelUpdatedEvent.Type RESET_LOGO

public static final LookAndFeelUpdatedEvent.Type SITE_TITLE

public static final LookAndFeelUpdatedEvent.Type UNDO_AUTO_COLOR_SCHEME

public static final LookAndFeelUpdatedEvent.Type UPLOAD_FAVICON

public static final LookAndFeelUpdatedEvent.Type UPLOAD_LOGO

Public Methods

public String toString ()

public static LookAndFeelUpdatedEvent.Type valueOf (String name)

public static final Type[] values ()