Package com.atlassian.confluence.it.feed
Class FeedBuilder
- java.lang.Object
-
- com.atlassian.confluence.it.feed.FeedBuilder
-
public class FeedBuilder extends Object
Uses the web-based feed builder to construct a feed URL. To download a feed from this URL, seeFeedRetriever
.- See Also:
FeedRetriever
,FeedOptions
-
-
Constructor Summary
Constructors Constructor Description FeedBuilder(String baseUrl, net.sourceforge.jwebunit.junit.WebTester tester)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
getFeedURL(FeedOptions feedOptions)
static FeedBuilder
getInstance(String baseUrl, net.sourceforge.jwebunit.junit.WebTester tester)
URL
getUserFollowFeedURL(User user, FeedOptions feedOptions)
-
-
-
Constructor Detail
-
FeedBuilder
public FeedBuilder(String baseUrl, net.sourceforge.jwebunit.junit.WebTester tester)
-
-
Method Detail
-
getInstance
public static FeedBuilder getInstance(String baseUrl, net.sourceforge.jwebunit.junit.WebTester tester)
-
getUserFollowFeedURL
public URL getUserFollowFeedURL(User user, FeedOptions feedOptions)
- Returns:
- the URL to the user follow feed for this user (that is a feed of the activity of the people this user is following)
-
getFeedURL
public URL getFeedURL(FeedOptions feedOptions)
-
-