Uses of Class
com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed

Packages that use SubscribedGadgetFeed
com.atlassian.gadgets.directory.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
 

Uses of SubscribedGadgetFeed in com.atlassian.gadgets.directory.spi
 

Methods in com.atlassian.gadgets.directory.spi that return SubscribedGadgetFeed
 SubscribedGadgetFeed SubscribedGadgetFeedStore.addFeed(URI feedUri)
          Add the gadget feed to those that are subscribed to.
 SubscribedGadgetFeed SubscribedGadgetFeedStore.getFeed(String feedId)
          Returns the feed with the given ID, if it exists.
 

Methods in com.atlassian.gadgets.directory.spi that return types with arguments of type SubscribedGadgetFeed
 Iterable<SubscribedGadgetFeed> SubscribedGadgetFeedStore.getAllFeeds()
          Returns the feeds that have been subscribed to
 



Copyright © 2013 Atlassian. All Rights Reserved.