public interface LookAndFeelProperties
Modifier and Type | Method and Description |
---|---|
boolean |
getCustomizeColors() |
String |
getDefaultCssLogoUrl()
URL to the default logo for display in the L&F configuration section.
|
String |
getDefaultFaviconHiresUrl()
Get the default favicon URL of this JIRA instance.
|
String |
getDefaultFaviconUrl()
Get the default favicon URL of this JIRA instance.
|
String |
getDefaultLogoUrl()
Get the default logo URL of this JIRA instance.
|
LogoChoice |
getFaviconChoice() |
LogoChoice |
getLogoChoice() |
int |
getMaxLogoHeight() |
boolean |
isApplicationTitleShownOnLogo()
Whether the site title should be shown next to the logo.
|
boolean |
isBlackArrow() |
boolean |
isUsingCustomDefaultFavicon() |
boolean |
isUsingCustomDefaultLogo() |
void |
reset()
Reset all L&F properties to defaults.
|
void |
resetDefaultFavicon()
Reset the default favicon to the original logo shipped with JIRA.
|
void |
resetDefaultFaviconUrl()
Deprecated.
not for external usage, subject to removing
|
void |
resetDefaultLogo()
Reset the default logo to the original logo shipped with JIRA.
|
void |
resetDefaultLogoUrl()
Deprecated.
not for external usage, subject to removing
|
void |
setApplicationTitleShownOnLogoTo(boolean shouldShow)
Configures whether JIRA shows the application title next to the logo.
|
void |
setBlackArrow(boolean blackArrow) |
void |
setCustomizeColors(boolean value) |
void |
setDefaultFavicon(String url,
String width,
String height)
Set 'custom' default favicon for this JIRA instance.
|
void |
setDefaultFavicon(String url,
String hiresUrl,
String width,
String height)
Set 'custom' default favicon for this JIRA instance.
|
void |
setDefaultLogo(String url,
String width,
String height)
Set 'custom' default logo for this JIRA instance.
|
void |
setFaviconChoice(LogoChoice choice) |
void |
setLogoChoice(LogoChoice choice) |
void |
uploadDefaultFavicon(BufferedImage image)
Deprecated.
use
setDefaultFavicon(String, String, String) instead |
void |
uploadDefaultLogo(BufferedImage image)
Deprecated.
use
setDefaultFavicon(String, String, String) instead |
void setCustomizeColors(boolean value)
boolean getCustomizeColors()
void setLogoChoice(LogoChoice choice)
LogoChoice getLogoChoice()
void setFaviconChoice(LogoChoice choice)
LogoChoice getFaviconChoice()
void uploadDefaultLogo(BufferedImage image)
setDefaultFavicon(String, String, String)
insteadsetDefaultLogo(String, String, String)
instead. Note that JIRA already provides ability to
upload custom logos and favicons in its Administration section.image
- image to uploadvoid setDefaultLogo(String url, String width, String height)
url
- URL of the logowidth
- width of the logoheight
- height of the logovoid resetDefaultLogo()
@Deprecated void uploadDefaultFavicon(BufferedImage image)
setDefaultFavicon(String, String, String)
insteadsetDefaultFavicon(String, String, String)
instead. Note that JIRA already provides ability to
upload custom logos and favicons in its Administration section.image
- image to uploadvoid setDefaultFavicon(String url, String width, String height)
url
- URL of the faviconwidth
- width of the faviconheight
- height of the faviconvoid setDefaultFavicon(String url, String hiresUrl, String width, String height)
url
- URL of the faviconhiresUrl
- URL of the favicon in high resolution for display in L&F adminwidth
- width of the faviconheight
- height of the faviconvoid resetDefaultFavicon()
void reset()
boolean isBlackArrow()
void setBlackArrow(boolean blackArrow)
boolean isUsingCustomDefaultLogo()
boolean isUsingCustomDefaultFavicon()
String getDefaultCssLogoUrl()
String getDefaultLogoUrl()
String getDefaultFaviconUrl()
String getDefaultFaviconHiresUrl()
@Deprecated void resetDefaultFaviconUrl()
@Deprecated void resetDefaultLogoUrl()
boolean isApplicationTitleShownOnLogo()
void setApplicationTitleShownOnLogoTo(boolean shouldShow)
shouldShow
- true if JIRA should show the application title next to the logo.int getMaxLogoHeight()
Copyright © 2002-2019 Atlassian. All Rights Reserved.