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(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.String baseUrl)
           
 
Method Summary
 java.net.URL getFeedURL(FeedOptions feedOptions)
           
static FeedBuilder getInstance(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.String baseUrl)
           
 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(net.sourceforge.jwebunit.junit.WebTester webTester,
                   java.lang.String baseUrl)
Method Detail

getInstance

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

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-2009 Atlassian Pty Ltd. All Rights Reserved.