|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.rss.RssFeedAction
public class RssFeedAction
This generates a rss feed from a resultsList. Chained action only
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
|---|
BambooActionSupport.JSONStatus |
| Field Summary | |
|---|---|
protected java.util.List<ResultsSummary> |
resultsList
|
| Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
|---|
administrationConfigurationManager, bambooPermissionManager, buildDefinitionManager, CONFIRM, cookieCutter, dashboardCachingManager, planExecutionManager, planManager, projectManager |
| Fields inherited from class com.opensymphony.xwork.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
RssFeedAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
execute()
|
int |
getMaxBuilds()
|
java.util.List<ResultsSummary> |
getResultsList()
|
com.sun.syndication.feed.synd.SyndFeed |
getSyndFeed()
|
void |
setMaxBuilds(int maxBuilds)
|
void |
setResultsList(java.util.List<? extends ResultsSummary> resultsList)
|
void |
setRssFeedBuilder(RssFeedBuilder rssFeedBuilder)
|
| Methods inherited from class com.opensymphony.xwork.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
|---|
getErrorMessages, getErrors, getFieldErrors |
| Field Detail |
|---|
protected java.util.List<ResultsSummary> resultsList
| Constructor Detail |
|---|
public RssFeedAction()
| Method Detail |
|---|
public com.sun.syndication.feed.synd.SyndFeed getSyndFeed()
public java.lang.String execute()
throws java.lang.Exception
execute in interface com.opensymphony.xwork.Actionexecute in class BambooActionSupportjava.lang.Exceptionpublic java.util.List<ResultsSummary> getResultsList()
public void setResultsList(java.util.List<? extends ResultsSummary> resultsList)
public int getMaxBuilds()
public void setMaxBuilds(int maxBuilds)
public void setRssFeedBuilder(RssFeedBuilder rssFeedBuilder)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||