@Internal
public interface PluginSharedDataStore
Modifier and Type | Method and Description |
---|---|
SharedData |
getPluginSharedData(PluginSharedDataKey sharedDataKey,
com.atlassian.plugin.Plugin plugin)
Obtain the stored SharedData instance for the given key and plugin information
|
void |
unregisterPluginSharedData(com.atlassian.plugin.Plugin plugin)
Unregisters all shared data for the specific version of the given plugin.
|
@Nonnull SharedData getPluginSharedData(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)
void unregisterPluginSharedData(com.atlassian.plugin.Plugin plugin)
Copyright © 2003–2015 Atlassian. All rights reserved.