Class LabelRssFeedAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class LabelRssFeedAction extends ViewBuildResultsForLabelAction
This generates a rss feed for a given label. TODO - RSS feeds should eventually move to a search and display
See Also:
  • Constructor Details

    • LabelRssFeedAction

      public LabelRssFeedAction()
  • Method Details

    • getSyndFeed

      public com.rometools.rome.feed.synd.SyndFeed getSyndFeed()
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class ViewBuildResultsForLabelAction
      Throws:
      Exception
    • getMaxResults

      public int getMaxResults()
    • setMaxResults

      public void setMaxResults(int maxResults)
    • setRssFeedBuilder

      public void setRssFeedBuilder(RssFeedBuilder rssFeedBuilder)