|
||||||||||
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.ww2.actions.PlanActionSupport com.atlassian.bamboo.build.PlanResultsAction com.atlassian.bamboo.build.ChainResultsAction
public class ChainResultsAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary | |
---|---|
protected StageStatusHelper |
stageStatusHelper
|
Fields inherited from class com.atlassian.bamboo.build.PlanResultsAction |
---|
auditLogService, buildStatusHelper, extendedAuthorManager, jiraIssueManager, jiraIssueUtils, localAgentManager, neighbouringSummaries, pluginManager, resultsSummary, testsManager, triggerReasonManager |
Fields inherited from class com.atlassian.bamboo.ww2.actions.PlanActionSupport |
---|
buildNumber, resultsSummaryManager |
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 | |
---|---|
ChainResultsAction()
|
Method Summary | |
---|---|
Chain |
getChain()
|
ChainResultsSummary |
getChainResult()
|
int |
getChainResultNumber()
|
ChainStage |
getChainStage()
|
ErrorAccessor |
getErrorAccessor()
|
ExecutionStatus |
getExecutionStatus(PlanResultKey planResultKey)
|
ResultsSummary |
getFailingSinceForTest(TestCaseResult testCaseResult)
|
java.lang.String |
getFailingSinceForTestString(ResultsSummary resultsSummary,
TestCaseResult testCaseResult)
|
StageStatusHelper |
getStageStatusHelper()
|
boolean |
jobHasExecutableAgents(PlanResultKey planResultKey)
|
void |
setAggregatedChainErrorAccessor(AggregatedChainErrorAccessor aggregatedChainErrorAccessor)
|
void |
setChain(Chain chain)
|
void |
setChainResult(ChainResultsSummary chainResult)
|
void |
setChainResultNumber(int chainResultNumber)
|
void |
setChainStage(ChainStage chainStage)
|
void |
setPlanExecutableAgentsHelper(PlanExecutableAgentsHelper planExecutableAgentsHelper)
|
void |
setStageStatusHelper(StageStatusHelper stageStatusHelper)
|
Methods inherited from class com.atlassian.bamboo.ww2.actions.PlanActionSupport |
---|
getBuildKey, getCurrentlyBuildingPlans, getPlan, getPlanKey, getPlanResultKey, getProject, getResultsSummaryManager, getSecuredDomainObject, hasPlanResultComments, setBuildKey, setErrorAccessor, setPlan, setPlanExecutionManager, setPlanKey, setPlanResultKey, setResultsSummaryManager |
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.ww2.aware.PlanAware |
---|
getPlan, setPlan |
Methods inherited from interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware |
---|
getSecuredDomainObject |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors, getFieldErrors |
Field Detail |
---|
protected StageStatusHelper stageStatusHelper
Constructor Detail |
---|
public ChainResultsAction()
Method Detail |
---|
public boolean jobHasExecutableAgents(@NotNull PlanResultKey planResultKey)
public Chain getChain()
getChain
in interface ChainAware
public void setChain(Chain chain)
setChain
in interface ChainAware
public ChainStage getChainStage()
getChainStage
in interface ChainAware
public void setChainStage(ChainStage chainStage)
setChainStage
in interface ChainAware
public ChainResultsSummary getChainResult()
getChainResult
in interface ChainAware
public void setChainResult(ChainResultsSummary chainResult)
setChainResult
in interface ChainAware
public int getChainResultNumber()
getChainResultNumber
in interface ChainAware
public void setChainResultNumber(int chainResultNumber)
setChainResultNumber
in interface ChainAware
@Nullable public ExecutionStatus getExecutionStatus(PlanResultKey planResultKey)
public StageStatusHelper getStageStatusHelper()
public void setStageStatusHelper(StageStatusHelper stageStatusHelper)
public void setPlanExecutableAgentsHelper(PlanExecutableAgentsHelper planExecutableAgentsHelper)
@Nullable public ResultsSummary getFailingSinceForTest(@Nullable TestCaseResult testCaseResult)
@Nullable public java.lang.String getFailingSinceForTestString(@Nullable ResultsSummary resultsSummary, @Nullable TestCaseResult testCaseResult)
public ErrorAccessor getErrorAccessor()
getErrorAccessor
in class PlanActionSupport
public void setAggregatedChainErrorAccessor(AggregatedChainErrorAccessor aggregatedChainErrorAccessor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |