public interface FeedBuilder
| Modifier and Type | Method and Description |
|---|---|
com.sun.syndication.feed.synd.SyndFeed |
createFeed(ISearch search,
FeedProperties feedProperties)
Constructs a feed off the specified search.
|
com.sun.syndication.feed.synd.SyndFeed createFeed(ISearch search, FeedProperties feedProperties)
Returns an empty feed with a title and description only if search is null.
search - the search to base the feed uponfeedProperties - metadata for the feedCopyright © 2003–2019 Atlassian. All rights reserved.