Interface PluginSharedDataStore

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      @NonNull SharedData getPluginSharedData​(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Obtain the stored SharedData instance for the given key and plugin information
      void unregisterPluginSharedData​(com.atlassian.plugin.Plugin plugin)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Unregisters all shared data for the specific version of the given plugin.
    • Method Detail

      • getPluginSharedData

        @NonNull SharedData getPluginSharedData​(PluginSharedDataKey sharedDataKey,
                                                com.atlassian.plugin.Plugin plugin)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Obtain the stored SharedData instance for the given key and plugin information
      • unregisterPluginSharedData

        void unregisterPluginSharedData​(com.atlassian.plugin.Plugin plugin)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Unregisters all shared data for the specific version of the given plugin.