Class ViewCombinedByTimePeriodChart

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BuildableAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanReadSecurityAware, PlanAware, ProjectAware, ResultsListAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ViewCombinedByTimePeriodChart extends BuildActionSupport implements ResultsListAware, PlanReadSecurityAware
See Also:
  • Field Details

  • Constructor Details

    • ViewCombinedByTimePeriodChart

      public ViewCombinedByTimePeriodChart()
  • Method Details

    • getResultsList

      public List<ResultsSummary> getResultsList()
      Provide the GUI with the collection of ResultsSummary objects for the specified build. These are sorted most recent first.
      Specified by:
      getResultsList in interface ResultsListAware
      Returns:
      The build result summaries
    • setResultsList

      public void setResultsList(List<? extends ResultsSummary> results)
      Specified by:
      setResultsList in interface ResultsListAware
    • getFilterController

      public FilterController getFilterController()
    • setFilterController

      public void setFilterController(FilterController filterController)
    • getGroupSuccessFailureChartBy

      public String getGroupSuccessFailureChartBy()
    • getAutoPeriod

      @Nullable public @Nullable String getAutoPeriod()
    • setGroupSuccessFailureChartBy

      public void setGroupSuccessFailureChartBy(String groupSuccessFailureChartBy)
    • getCombinedByTimeChart

      @Nullable public @Nullable Map<String,Object> getCombinedByTimeChart()
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int height)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)