Package com.atlassian.jira.lookandfeel
Class AutoLookAndFeelManager
java.lang.Object
com.atlassian.jira.lookandfeel.AutoLookAndFeelManager
-
Constructor Summary
ConstructorsConstructorDescriptionAutoLookAndFeelManager
(ApplicationProperties applicationProperties, ApplicationPropertiesService applicationPropertiesService, UserPropertyManager userPropertyManager, UploadService uploadService, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
backupColor
(String key) void
void
boolean
isDefaultColor
(String key) boolean
boolean
isJustUpdated
(ApplicationUser user) void
restoreBackupColor
(String key) void
void
setBaseColor
(HSBColor base) void
setBaseColors
(HSBColor base, HSBColor heroButtonBackground) void
setJustUpdated
(ApplicationUser user, boolean justUpdated)
-
Constructor Details
-
AutoLookAndFeelManager
public AutoLookAndFeelManager(ApplicationProperties applicationProperties, ApplicationPropertiesService applicationPropertiesService, UserPropertyManager userPropertyManager, UploadService uploadService, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory)
-
-
Method Details
-
generateFromLogo
-
isJustUpdated
-
setJustUpdated
-
isDefaultColorScheme
public boolean isDefaultColorScheme() -
isDefaultColor
-
applyDefaultColors
public void applyDefaultColors() -
backupColorScheme
public void backupColorScheme() -
backupColor
-
restoreBackupColorScheme
public void restoreBackupColorScheme() -
restoreBackupColor
-
setBaseColor
-
setBaseColors
-