Class DummyAgileReport
java.lang.Object
com.atlassian.greenhopper.web.rapid.chart.integration.DummyAgileReport
- All Implemented Interfaces:
com.atlassian.jira.plugin.report.Report
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateReportExcel
(com.atlassian.jira.web.action.ProjectActionSupport projectActionSupport, Map map) generateReportHtml
(com.atlassian.jira.web.action.ProjectActionSupport projectActionSupport, Map map) void
init
(com.atlassian.jira.plugin.report.ReportModuleDescriptor descriptor) boolean
boolean
void
-
Constructor Details
-
DummyAgileReport
public DummyAgileReport()
-
-
Method Details
-
init
public void init(com.atlassian.jira.plugin.report.ReportModuleDescriptor descriptor) - Specified by:
init
in interfacecom.atlassian.jira.plugin.report.Report
-
validate
public void validate(com.atlassian.jira.web.action.ProjectActionSupport projectActionSupport, Map map) - Specified by:
validate
in interfacecom.atlassian.jira.plugin.report.Report
-
generateReportHtml
public String generateReportHtml(com.atlassian.jira.web.action.ProjectActionSupport projectActionSupport, Map map) throws Exception - Specified by:
generateReportHtml
in interfacecom.atlassian.jira.plugin.report.Report
- Throws:
Exception
-
isExcelViewSupported
public boolean isExcelViewSupported()- Specified by:
isExcelViewSupported
in interfacecom.atlassian.jira.plugin.report.Report
-
generateReportExcel
public String generateReportExcel(com.atlassian.jira.web.action.ProjectActionSupport projectActionSupport, Map map) throws Exception - Specified by:
generateReportExcel
in interfacecom.atlassian.jira.plugin.report.Report
- Throws:
Exception
-
showReport
public boolean showReport()- Specified by:
showReport
in interfacecom.atlassian.jira.plugin.report.Report
-