java.lang.Object
com.atlassian.greenhopper.web.rapid.chart.integration.DummyAgileReport
All Implemented Interfaces:
com.atlassian.jira.plugin.report.Report

public class DummyAgileReport extends Object implements com.atlassian.jira.plugin.report.Report
  • Constructor Details

    • DummyAgileReport

      public DummyAgileReport()
  • Method Details

    • init

      public void init(com.atlassian.jira.plugin.report.ReportModuleDescriptor descriptor)
      Specified by:
      init in interface com.atlassian.jira.plugin.report.Report
    • validate

      public void validate(com.atlassian.jira.web.action.ProjectActionSupport projectActionSupport, Map map)
      Specified by:
      validate in interface com.atlassian.jira.plugin.report.Report
    • generateReportHtml

      public String generateReportHtml(com.atlassian.jira.web.action.ProjectActionSupport projectActionSupport, Map map) throws Exception
      Specified by:
      generateReportHtml in interface com.atlassian.jira.plugin.report.Report
      Throws:
      Exception
    • isExcelViewSupported

      public boolean isExcelViewSupported()
      Specified by:
      isExcelViewSupported in interface com.atlassian.jira.plugin.report.Report
    • generateReportExcel

      public String generateReportExcel(com.atlassian.jira.web.action.ProjectActionSupport projectActionSupport, Map map) throws Exception
      Specified by:
      generateReportExcel in interface com.atlassian.jira.plugin.report.Report
      Throws:
      Exception
    • showReport

      public boolean showReport()
      Specified by:
      showReport in interface com.atlassian.jira.plugin.report.Report