|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork2.ActionSupport com.atlassian.bamboo.ww2.BambooActionSupport com.atlassian.bamboo.ww2.actions.PlanActionSupport com.atlassian.bamboo.ww2.actions.ChainActionSupport com.atlassian.bamboo.ww2.actions.chains.ViewChainSummary
public class ViewChainSummary
Nested Class Summary | |
---|---|
class |
ViewChainSummary.VersionWithPlanResultKeys
|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary | |
---|---|
protected DeploymentVersionService |
deploymentVersionService
|
Fields inherited from class com.atlassian.bamboo.ww2.actions.ChainActionSupport |
---|
chainBranchManager, chainExecutionManager, executableAgentsHelper, stageStatusHelper |
Fields inherited from class com.atlassian.bamboo.ww2.actions.PlanActionSupport |
---|
buildNumber, jiraApplinksService, repositoryConfigurationService, resultsSummaryManager |
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ViewChainSummary()
|
Method Summary | |
---|---|
String |
doDefault()
Default action just sends to the input |
List<ExecutionStatus> |
getCurrentlyExecutingList()
|
FilterController |
getFilterController()
|
ResultsSummary |
getLastSuccessfulSummary()
|
ResultsSummary |
getLatestSummary()
|
Pager |
getPager()
|
List<DeploymentProjectWithEnvironmentStatuses> |
getRelatedDeploymentProjects()
|
Set<ViewChainSummary.VersionWithPlanResultKeys> |
getRelatedVersions()
|
String |
getRelativeDateString(Date date)
|
List<? extends ResultsSummary> |
getResultsList()
|
StatisticsCollector |
getStatistics()
|
void |
setDeploymentVersionService(DeploymentVersionService deploymentVersionService)
|
void |
setFilterController(FilterController filterController)
|
void |
setResultsList(List<? extends ResultsSummary> results)
|
void |
setStatistics(StatisticsCollector statistics)
|
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFormatted, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setContainer, 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.permissions.DomainObjectSecurityAware |
---|
getSecuredDomainObject |
Methods inherited from interface com.atlassian.bamboo.ww2.aware.PlanAware |
---|
getImmutablePlan, getMutablePlan, getPlan, setPlan |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors |
Methods inherited from interface com.opensymphony.xwork2.ValidationAware |
---|
addActionMessage, addFieldError, getActionErrors, getActionMessages, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors |
Field Detail |
---|
protected DeploymentVersionService deploymentVersionService
Constructor Detail |
---|
public ViewChainSummary()
Method Detail |
---|
public String doDefault()
BambooActionSupport
doDefault
in class BambooActionSupport
public List<ExecutionStatus> getCurrentlyExecutingList()
public StatisticsCollector getStatistics()
getStatistics
in interface StatisticsAware
public void setStatistics(StatisticsCollector statistics)
setStatistics
in interface StatisticsAware
public List<? extends ResultsSummary> getResultsList()
getResultsList
in interface ResultsListAware
public void setResultsList(List<? extends ResultsSummary> results)
setResultsList
in interface ResultsListAware
public FilterController getFilterController()
public void setFilterController(FilterController filterController)
public Pager getPager()
@Nullable public ResultsSummary getLastSuccessfulSummary()
@Nullable public ResultsSummary getLatestSummary()
@Nullable public String getRelativeDateString(@Nullable Date date)
public Set<ViewChainSummary.VersionWithPlanResultKeys> getRelatedVersions()
public List<DeploymentProjectWithEnvironmentStatuses> getRelatedDeploymentProjects()
public void setDeploymentVersionService(DeploymentVersionService deploymentVersionService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |