Class ViewReportChart

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.charts.ViewReportChart
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, 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 ViewReportChart extends BambooActionSupport
See Also:
  • Constructor Details

    • ViewReportChart

      public ViewReportChart()
  • Method Details

    • getChart

      public Map<String,Object> getChart()
    • getDataset

      public org.jfree.data.xy.XYDataset getDataset()
    • setDataset

      public void setDataset(org.jfree.data.xy.XYDataset dataset)
    • getReportKey

      public String getReportKey()
    • setReportKey

      public void setReportKey(String reportKey)
    • setChartManager

      public void setChartManager(ChartManager chartManager)