Class BambooSiteDarkFeaturesStorage
java.lang.Object
com.atlassian.sal.core.features.DefaultSiteDarkFeaturesStorage
com.atlassian.sal.bamboo.features.BambooSiteDarkFeaturesStorage
- All Implemented Interfaces:
com.atlassian.sal.api.features.SiteDarkFeaturesStorage
@Component
public class BambooSiteDarkFeaturesStorage
extends com.atlassian.sal.core.features.DefaultSiteDarkFeaturesStorage
I couldn't get the plugin system understand that it needs to use non-default constructor in DefaultSiteDarkFeaturesStorage.
Therefore I needed to provide this class where I can apply @Autowired to constructor.
-
Constructor Summary
ConstructorDescriptionBambooSiteDarkFeaturesStorage
(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory) -
Method Summary
Methods inherited from class com.atlassian.sal.core.features.DefaultSiteDarkFeaturesStorage
contains, disable, enable, getEnabledDarkFeatureSet
-
Constructor Details
-
BambooSiteDarkFeaturesStorage
@Autowired public BambooSiteDarkFeaturesStorage(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory)
-