Class SettingsBrandingColorSchemeBeanUtil
- java.lang.Object
-
- de.aservo.confapi.jira.model.util.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.SettingsBrandingColorSchemeBeangetSettingsBrandingColorSchemeBean(@NotNull com.atlassian.jira.config.properties.ApplicationProperties applicationProperties)Instantiates a new SettingsBrandingColourSchemeBeanstatic voidsetGlobalColorScheme(@NotNull de.aservo.confapi.commons.model.SettingsBrandingColorSchemeBean schemeBean, boolean setNullValues, com.atlassian.jira.config.properties.ApplicationProperties applicationProperties)Instantiates a new Confluence ColourScheme
-
-
-
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 beansetNullValues- whether or not to set null value when provided via beanapplicationProperties- the application properties holding the colour scheme
-
-