package

com.atlassian.gadgets.publisher.spi

Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s).

This package contains classes related to publishing gadgets.

Parameters are non-null by default, as declared by the package annotation. Return values should also be considered to be non-null unless they are annotated with javax.annotation.Nullable. Unfortunately, there is no way to declare this with annotations at present.

Interfaces

PluginGadgetSpecProviderPermission

Used to check if a gadget spec that has been loaded from a plugin should appear in the gadget browser.