com.atlassian.jira.charts.report
Class CreatedVsResolvedReport

java.lang.Object
  extended by com.atlassian.jira.plugin.report.impl.AbstractReport
      extended by com.atlassian.jira.charts.report.AbstractChartReport
          extended by com.atlassian.jira.charts.report.CreatedVsResolvedReport
All Implemented Interfaces:
Report

public class CreatedVsResolvedReport
extends AbstractChartReport

A report showing issues created vs resolved for a given project or search request.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
AbstractReport.MutableLong
 
Field Summary
 
Fields inherited from class com.atlassian.jira.charts.report.AbstractChartReport
applicationProperties, authenticationContext, chartUtils
 
Fields inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
descriptor
 
Constructor Summary
CreatedVsResolvedReport(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, ProjectManager projectManager, SearchRequestService searchRequestService, ChartUtils chartUtils, ChartFactory chartFactory, TimeZoneManager timeZoneManager)
           
 
Method Summary
 String generateReportHtml(ProjectActionSupport action, Map reqParams)
          Generate the report's HTML - usually from the Velocity resource named "html".
 
Methods inherited from class com.atlassian.jira.charts.report.AbstractChartReport
validate, validateDaysPrevious, validateProjectOrFilterId
 
Methods inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
generateReportExcel, getDescriptor, getIssueConstant, init, isExcelViewSupported, showReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatedVsResolvedReport

public CreatedVsResolvedReport(JiraAuthenticationContext authenticationContext,
                               ApplicationProperties applicationProperties,
                               ProjectManager projectManager,
                               SearchRequestService searchRequestService,
                               ChartUtils chartUtils,
                               ChartFactory chartFactory,
                               TimeZoneManager timeZoneManager)
Method Detail

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-2014 Atlassian. All Rights Reserved.