com.atlassian.jira.charts.report
Class TimeSinceReport
java.lang.Object
com.atlassian.jira.plugin.report.impl.AbstractReport
com.atlassian.jira.charts.report.AbstractChartReport
com.atlassian.jira.charts.report.TimeSinceReport
- All Implemented Interfaces:
- Report
public class TimeSinceReport
- extends AbstractChartReport
A report showing a bar chart with average open times for issues.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeSinceReport
public TimeSinceReport(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
ProjectManager projectManager,
SearchRequestService searchRequestService,
ChartUtils chartUtils,
ChartFactory chartFactory,
TimeZoneManager timeZoneManager)
generateReportHtml
public String generateReportHtml(ProjectActionSupport action,
Map reqParams)
throws Exception
- Description copied from interface:
Report
- Generate the report's HTML - usually from the Velocity resource named "html".
- Throws:
Exception
Copyright © 2002-2011 Atlassian. All Rights Reserved.