Class AllBuildsRssFeedAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.rss.AllBuildsRssFeedAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class AllBuildsRssFeedAction extends BambooActionSupport
See Also:
  • Constructor Details

    • AllBuildsRssFeedAction

      public AllBuildsRssFeedAction()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • getSyndFeed

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

      public String getBuildKey()
    • setBuildKey

      public void setBuildKey(String buildKey)
    • getFeedType

      public String getFeedType()
    • setFeedType

      public void setFeedType(String feedType)
    • setResultsSummaryManager

      public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
    • setRssFeedBuilder

      public void setRssFeedBuilder(RssFeedBuilder rssFeedBuilder)