Class RssFeedAction

java.lang.Object
org.apache.struts2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.rss.RssFeedAction
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 RssFeedAction extends BambooActionSupport
This generates a rss feed from a resultsList. Chained action only
See Also:
  • Field Details

  • Constructor Details

    • RssFeedAction

      public RssFeedAction()
  • 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 org.apache.struts2.ActionSupport
      Throws:
      Exception
    • getResultsList

      public List<ResultsSummary> getResultsList()
    • setResultsList

      public void setResultsList(List<? extends ResultsSummary> resultsList)
    • getMaxBuilds

      public int getMaxBuilds()
    • setMaxBuilds

      public void setMaxBuilds(int maxBuilds)
    • setRssFeedBuilder

      public void setRssFeedBuilder(RssFeedBuilder rssFeedBuilder)