public interface ConfluenceFlavourService
Uses the plugin accessor. Has a sister class in the confluence-studio-host-components package called the
com.atlassian.studio.confluence.startup.OnDemandPluginMaintainerService
. The difference is that this class is
supposed to maintain the plugins while the instance is running and the OnDemandPluginMaintainerService is supposed to
setup the plugin system before the plugin system is even started.
Modifier and Type | Method and Description |
---|---|
void |
initialiseFlavourFromLicense(com.atlassian.ondemand.internal.api.license.OnDemandLicense onDemandLicense)
Initialises the Confluence Flavour based on the supplied license.
|
void |
setFlavourFromLicense(com.atlassian.ondemand.internal.api.license.OnDemandLicense onDemandLicense)
Updates the Confluence Flavour based on the supplied license.
|
void initialiseFlavourFromLicense(com.atlassian.ondemand.internal.api.license.OnDemandLicense onDemandLicense)
void setFlavourFromLicense(com.atlassian.ondemand.internal.api.license.OnDemandLicense onDemandLicense)
onDemandLicense
- the license from which to determine the flavour to set.Copyright © 2003–2016 Atlassian. All rights reserved.