public class

ViewCombinedByTimePeriodChart

extends BuildActionSupport
implements ResultsListAware PlanReadSecurityAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.ww2.actions.PlanActionSupport
         ↳ com.atlassian.bamboo.ww2.actions.BuildActionSupport
           ↳ com.atlassian.bamboo.ww2.actions.charts.ViewCombinedByTimePeriodChart

Summary

Constants
String AUTO
String BUILD_GROUP_BY
[Expand]
Inherited Constants
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.ww2.actions.BuildActionSupport
From class com.atlassian.bamboo.ww2.actions.PlanActionSupport
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ViewCombinedByTimePeriodChart()
Public Methods
@Nullable String getAutoPeriod()
@Nullable Map<StringObject> getCombinedByTimeChart()
FilterController getFilterController()
String getGroupSuccessFailureChartBy()
int getHeight()
List<ResultsSummary> getResultsList()
Provide the GUI with the collection of ResultsSummary objects for the specified build.
int getWidth()
void setFilterController(FilterController filterController)
void setGroupSuccessFailureChartBy(String groupSuccessFailureChartBy)
void setHeight(int height)
void setResultsList(List<? extends ResultsSummary> results)
void setWidth(int width)
[Expand]
Inherited Methods
From class com.atlassian.bamboo.ww2.actions.BuildActionSupport
From class com.atlassian.bamboo.ww2.actions.PlanActionSupport
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.BuildableAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.PlanAware
From interface com.atlassian.bamboo.ww2.aware.ProjectAware
From interface com.atlassian.bamboo.ww2.aware.ResultsListAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Constants

public static final String AUTO

Constant Value: "AUTO"

public static final String BUILD_GROUP_BY

Constant Value: "bamboo.build.groupby.type"

Public Constructors

public ViewCombinedByTimePeriodChart ()

Public Methods

@Nullable public String getAutoPeriod ()

@Nullable public Map<StringObject> getCombinedByTimeChart ()

public FilterController getFilterController ()

public String getGroupSuccessFailureChartBy ()

public int getHeight ()

public List<ResultsSummary> getResultsList ()

Provide the GUI with the collection of ResultsSummary objects for the specified build. These are sorted most recent first.

Returns
  • The build result summaries

public int getWidth ()

public void setFilterController (FilterController filterController)

public void setGroupSuccessFailureChartBy (String groupSuccessFailureChartBy)

public void setHeight (int height)

public void setResultsList (List<? extends ResultsSummary> results)

public void setWidth (int width)