com.atlassian.jira.lookandfeel.LookAndFeelProperties |
Known Indirect Subclasses |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
URL to the default logo for display in the L&F configuration section.
| |||||||||||
Get the default favicon URL of this JIRA instance.
| |||||||||||
Get the default favicon URL of this JIRA instance.
| |||||||||||
Get the default logo URL of this JIRA instance.
| |||||||||||
Whether the site title should be shown next to the logo.
| |||||||||||
Reset all L&F properties to defaults.
| |||||||||||
Reset the default favicon to the original logo shipped with JIRA.
| |||||||||||
This method is deprecated.
not for external usage, subject to removing
| |||||||||||
Reset the default logo to the original logo shipped with JIRA.
| |||||||||||
This method is deprecated.
not for external usage, subject to removing
| |||||||||||
Configures whether JIRA shows the application title next to the logo.
| |||||||||||
Set 'custom' default favicon for this JIRA instance.
| |||||||||||
Set 'custom' default favicon for this JIRA instance.
| |||||||||||
Set 'custom' default logo for this JIRA instance.
| |||||||||||
This method is deprecated.
use
setDefaultFavicon(String, String, String) instead
| |||||||||||
This method is deprecated.
use
setDefaultFavicon(String, String, String) instead
|
URL to the default logo for display in the L&F configuration section.
Get the default favicon URL of this JIRA instance. This is not necessarily the favicon currently served. This is URL to the favicon in high resolution, for display in L&F administration.
Get the default favicon URL of this JIRA instance. This is not necessarily the favicon currently served.
Get the default logo URL of this JIRA instance. This is not necessarily the logo currently served.
Whether the site title should be shown next to the logo.
Reset all L&F properties to defaults.
Reset the default favicon to the original logo shipped with JIRA.
This method is deprecated.
not for external usage, subject to removing
Internal method, don't use
Reset the default logo to the original logo shipped with JIRA.
This method is deprecated.
not for external usage, subject to removing
Internal method, don't use
Configures whether JIRA shows the application title next to the logo.
shouldShow | true if JIRA should show the application title next to the logo. |
---|
Set 'custom' default favicon for this JIRA instance. It will be used as the 'Default' option for the favicon in the Look & Feel JIRA settings.
url | URL of the favicon |
---|---|
hiresUrl | URL of the favicon in high resolution for display in L&F admin |
width | width of the favicon |
height | height of the favicon |
Set 'custom' default favicon for this JIRA instance. It will be used as the 'Default' option for the favicon in the Look & Feel JIRA settings.
url | URL of the favicon |
---|---|
width | width of the favicon |
height | height of the favicon |
Set 'custom' default logo for this JIRA instance. It will be used as the 'Default' option for logo in the Look & Feel JIRA settings.
url | URL of the logo |
---|---|
width | width of the logo |
height | height of the logo |
This method is deprecated.
use setDefaultFavicon(String, String, String)
instead
As of future versions, JIRA will no longer support dynamic adding of default favicons and logos. Plugins that wish
to modify default favicon should add the favicon as a web resource and use
#setDefaultFavicon(String, String, String)
instead. Note that JIRA already provides ability to
upload custom logos and favicons in its Administration section.
image | image to upload |
---|
This method is deprecated.
use setDefaultFavicon(String, String, String)
instead
As of future versions, JIRA will no longer support dynamic adding of default favicons and logos. Plugins that wish
to modify default logo should add the logo as a web resource and use
#setDefaultLogo(String, String, String)
instead. Note that JIRA already provides ability to
upload custom logos and favicons in its Administration section.
image | image to upload |
---|