Class ViewCombinedByTimePeriodChart

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BuildableAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanReadSecurityAware, PlanAware, ProjectAware, ResultsListAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

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()
    • 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)