public class ConfluenceFlavourServiceImpl extends Object implements ConfluenceFlavourService
Constructor and Description |
---|
ConfluenceFlavourServiceImpl(com.atlassian.plugin.PluginAccessor pluginAccessor,
com.atlassian.plugin.PluginController pluginController,
com.atlassian.event.api.EventPublisher eventPublisher) |
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.
|
public ConfluenceFlavourServiceImpl(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.PluginController pluginController, com.atlassian.event.api.EventPublisher eventPublisher)
public void initialiseFlavourFromLicense(com.atlassian.ondemand.internal.api.license.OnDemandLicense onDemandLicense)
ConfluenceFlavourService
initialiseFlavourFromLicense
in interface ConfluenceFlavourService
public void setFlavourFromLicense(com.atlassian.ondemand.internal.api.license.OnDemandLicense onDemandLicense)
ConfluenceFlavourService
setFlavourFromLicense
in interface ConfluenceFlavourService
onDemandLicense
- the license from which to determine the flavour to set.Copyright © 2003–2016 Atlassian. All rights reserved.