@Internal
public interface PluginSharedDataStore
Modifier and Type | Method and Description |
---|---|
@NonNull 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–2020 Atlassian. All rights reserved.