|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork.ActionSupport com.atlassian.bamboo.ww2.BambooActionSupport com.atlassian.bamboo.rest.GetRecentlyCompletedBuildResultsForBuild
public class GetRecentlyCompletedBuildResultsForBuild
This class provides the most recently completed build results (not just the most recently completed build of the plan) to callers of the rest api
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
administrationConfigurationManager, bambooPermissionManager, bambooUserManager, 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 | |
---|---|
GetRecentlyCompletedBuildResultsForBuild()
|
Method Summary | |
---|---|
protected void |
createResultsList(Plan plan)
|
java.lang.String |
doExecute()
Execute the rest api call |
java.lang.String |
getBuildKey()
|
Plan |
getPlan()
|
java.util.List |
getResultsList()
|
void |
setBuildKey(java.lang.String buildKey)
|
void |
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
|
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 |
Constructor Detail |
---|
public GetRecentlyCompletedBuildResultsForBuild()
Method Detail |
---|
public java.lang.String doExecute() throws java.lang.Exception
doExecute
in class BambooActionSupport
java.lang.Exception
- A generic failureprotected void createResultsList(Plan plan)
public java.util.List getResultsList()
public Plan getPlan()
public java.lang.String getBuildKey()
public void setBuildKey(java.lang.String buildKey)
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |