public interface GadgetFeedReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(URI gadgetSpecUri)
Determines if the provided gadget spec exists in the gadget feed.
|
Iterable<URI> |
entries()
Get all of the gadget spec URI available in the feed.
|
String |
getApplicationName()
Get the name of the application providing the feed.
|
URI |
getBaseUri()
Get the base URI of the applications
|
URI |
getIcon()
Get the icon of the gadget feed.
|
String |
getTitle()
Get the title of the gadget feed.
|
String getApplicationName()
String getTitle()
URI getIcon()
URI getBaseUri()
boolean contains(URI gadgetSpecUri)
gadgetSpecUri - - the URI of gadget spec to search for.Copyright © 2024 Atlassian. All rights reserved.