com.atlassian.confluence.it.feed
Class FeedBuilder

java.lang.Object
  extended by com.atlassian.confluence.it.feed.FeedBuilder

public class FeedBuilder
extends java.lang.Object

Uses the web-based feed builder to construct a feed URL. To download a feed from this URL, see FeedRetriever.

See Also:
FeedRetriever, FeedOptions

Constructor Summary
FeedBuilder(java.lang.String baseUrl, net.sourceforge.jwebunit.junit.WebTester tester)
           
 
Method Summary
 java.net.URL getFeedURL(FeedOptions feedOptions)
           
static FeedBuilder getInstance(java.lang.String baseUrl, net.sourceforge.jwebunit.junit.WebTester tester)
           
 java.net.URL getUserFollowFeedURL(User user, FeedOptions feedOptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedBuilder

public FeedBuilder(java.lang.String baseUrl,
                   net.sourceforge.jwebunit.junit.WebTester tester)
Method Detail

getInstance

public static FeedBuilder getInstance(java.lang.String baseUrl,
                                      net.sourceforge.jwebunit.junit.WebTester tester)

getUserFollowFeedURL

public java.net.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 java.net.URL getFeedURL(FeedOptions feedOptions)


Copyright © 2003-2014 Atlassian. All Rights Reserved.