Package | Description |
---|---|
com.atlassian.jira.lookandfeel |
Modifier and Type | Method and Description |
---|---|
LogoChoice |
LookAndFeelPropertiesImpl.getFaviconChoice() |
LogoChoice |
LookAndFeelProperties.getFaviconChoice() |
LogoChoice |
LookAndFeelPropertiesImpl.getLogoChoice() |
LogoChoice |
LookAndFeelProperties.getLogoChoice() |
static LogoChoice |
LogoChoice.safeValueOf(String value) |
static LogoChoice |
LogoChoice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogoChoice[] |
LogoChoice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LookAndFeelPropertiesImpl.setFaviconChoice(LogoChoice choice) |
void |
LookAndFeelProperties.setFaviconChoice(LogoChoice choice) |
void |
LookAndFeelPropertiesImpl.setLogoChoice(LogoChoice choice) |
void |
LookAndFeelProperties.setLogoChoice(LogoChoice choice) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.