Class SettingsBrandingColorSchemeBeanUtil


  • public class SettingsBrandingColorSchemeBeanUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @NotNull de.aservo.confapi.commons.model.SettingsBrandingColorSchemeBean getSettingsBrandingColorSchemeBean​(@NotNull com.atlassian.jira.config.properties.ApplicationProperties applicationProperties)
      Instantiates a new SettingsBrandingColourSchemeBean
      static void setGlobalColorScheme​(@NotNull de.aservo.confapi.commons.model.SettingsBrandingColorSchemeBean schemeBean, boolean setNullValues, com.atlassian.jira.config.properties.ApplicationProperties applicationProperties)
      Instantiates a new Confluence ColourScheme
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSettingsBrandingColorSchemeBean

        @NotNull
        public static @NotNull de.aservo.confapi.commons.model.SettingsBrandingColorSchemeBean getSettingsBrandingColorSchemeBean​(@NotNull
                                                                                                                                  @NotNull com.atlassian.jira.config.properties.ApplicationProperties applicationProperties)
        Instantiates a new SettingsBrandingColourSchemeBean
        Parameters:
        applicationProperties - the application properties holding the colour scheme
      • setGlobalColorScheme

        @NotNull
        public static void setGlobalColorScheme​(@NotNull
                                                @NotNull de.aservo.confapi.commons.model.SettingsBrandingColorSchemeBean schemeBean,
                                                boolean setNullValues,
                                                com.atlassian.jira.config.properties.ApplicationProperties applicationProperties)
        Instantiates a new Confluence ColourScheme
        Parameters:
        schemeBean - the colour scheme bean
        setNullValues - whether or not to set null value when provided via bean
        applicationProperties - the application properties holding the colour scheme