Package com.atlassian.bamboo.rss
Class RssFeedBuilder
- java.lang.Object
-
- com.atlassian.bamboo.rss.RssFeedBuilder
-
public class RssFeedBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_TEMPLATE
static String
ONE_LINER_TEMPLATE
-
Constructor Summary
Constructors Constructor Description RssFeedBuilder(TemplateRenderer templateRenderer, TriggerManager triggerManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.rometools.rome.feed.synd.SyndFeed
createErrorFeed(String errorMessage)
com.rometools.rome.feed.synd.SyndFeed
createFeed(List<ResultsSummary> resultsList, int maxResults)
-
-
-
Field Detail
-
ONE_LINER_TEMPLATE
public static final String ONE_LINER_TEMPLATE
- See Also:
- Constant Field Values
-
CONTENT_TEMPLATE
public static final String CONTENT_TEMPLATE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RssFeedBuilder
public RssFeedBuilder(TemplateRenderer templateRenderer, TriggerManager triggerManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
-
Method Detail
-
createFeed
public com.rometools.rome.feed.synd.SyndFeed createFeed(List<ResultsSummary> resultsList, int maxResults)
-
createErrorFeed
public com.rometools.rome.feed.synd.SyndFeed createErrorFeed(String errorMessage)
-
-