Uses of Class
com.atlassian.bamboo.configuration.LookAndFeelConfiguration
-
Packages that use LookAndFeelConfiguration Package Description com.atlassian.bamboo.configuration -
-
Uses of LookAndFeelConfiguration in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration that return LookAndFeelConfiguration Modifier and Type Method Description abstract LookAndFeelConfiguration
AdministrationConfiguration. getLookAndFeelConfiguration()
@NotNull LookAndFeelConfiguration
AdministrationConfigurationImpl. getLookAndFeelConfiguration()
LookAndFeelConfiguration
AdministrationConfigurationInterface. getLookAndFeelConfiguration()
Methods in com.atlassian.bamboo.configuration with parameters of type LookAndFeelConfiguration Modifier and Type Method Description abstract void
AdministrationConfiguration. setLookAndFeelConfiguration(LookAndFeelConfiguration lookandfeelConfiguration)
void
AdministrationConfigurationImpl. setLookAndFeelConfiguration(LookAndFeelConfiguration lookandfeelConfiguration)
void
AdministrationConfigurationInterface. setLookAndFeelConfiguration(LookAndFeelConfiguration lookandfeelConfiguration)
-