|
||||||||||
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.GetRecentlyCompletedBuildResultsForProject
public class GetRecentlyCompletedBuildResultsForProject
This class provides the most recently completed build results (not the most recently completed build of each plan in the project -- just the overall most recent) 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, buildDefinitionManager, buildManager, commentManager, 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 | |
---|---|
GetRecentlyCompletedBuildResultsForProject()
|
Method Summary | |
---|---|
protected void |
createResultsList()
|
java.lang.String |
doExecute()
Execute the rest api call |
Project |
getProject()
|
java.lang.String |
getProjectKey()
|
java.util.List |
getResultsList()
|
void |
setProject(Project project)
|
void |
setProjectKey(java.lang.String projectKey)
|
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 GetRecentlyCompletedBuildResultsForProject()
Method Detail |
---|
public java.lang.String doExecute() throws java.lang.Exception
doExecute
in class BambooActionSupport
java.lang.Exception
- A generic failurepublic Project getProject()
public void setProject(Project project)
protected void createResultsList()
public java.util.List getResultsList()
public java.lang.String getProjectKey()
public void setProjectKey(java.lang.String projectKey)
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |