public final enum

LogoChoice

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.lookandfeel.LogoChoice

Class Overview

Defines the choices a user has for uploading a logo and a favicon in the EditLookAndFeel

Summary

Enum Values
LogoChoice  JIRA   
LogoChoice  UPLOAD   
LogoChoice  URL   
Public Methods
static LogoChoice safeValueOf(String value)
static LogoChoice valueOf(String name)
final static LogoChoice[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LogoChoice JIRA

public static final LogoChoice UPLOAD

public static final LogoChoice URL

Public Methods

public static LogoChoice safeValueOf (String value)

public static LogoChoice valueOf (String name)

public static final LogoChoice[] values ()