com.atlassian.jira.portal.gadgets.ExternalGadgetStore |
Known Indirect Subclasses
|
Provides storage mechanism for gadgets whitelisted by an admin in JIRA.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds the URI specified to the whitelist.
| |||||||||||
Checks if the specified URI is already contained in the store
| |||||||||||
Retrieves a set of all external gadgets whitelisted in the directory.
| |||||||||||
Removes the URI specified from the whitelist.
|
Adds the URI specified to the whitelist.
uri | The gadget URI to add |
---|
IllegalStateException | if the store already contains the uri specified |
---|
Checks if the specified URI is already contained in the store
uri | the URI to check for |
---|
Retrieves a set of all external gadgets whitelisted in the directory.
Removes the URI specified from the whitelist.
id | The id to remove |
---|