Interface PluginSharedDataStore

    • Method Detail

      • getPluginSharedData

        @NonNull SharedData getPluginSharedData​(PluginSharedDataKey sharedDataKey,
                                                com.atlassian.plugin.Plugin plugin)
        Obtain the stored SharedData instance for the given key and plugin information
      • unregisterPluginSharedData

        void unregisterPluginSharedData​(com.atlassian.plugin.Plugin plugin)
        Unregisters all shared data for the specific version of the given plugin.