com.atlassian.jira.plugin.report.impl
Class IssuesOpenedPerDayReport

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

public class IssuesOpenedPerDayReport
extends AbstractReport


Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
descriptor
 
Constructor Summary
IssuesOpenedPerDayReport()
           
 
Method Summary
 java.lang.String generateReportHtml(ProjectActionSupport action, java.util.Map userParams)
          Generate the report's HTML - usually from the Velocity resource named "html".
 
Methods inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
generateReportExcel, getDescriptor, init, isExcelViewSupported, showReport, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuesOpenedPerDayReport

public IssuesOpenedPerDayReport()
Method Detail

generateReportHtml

public java.lang.String generateReportHtml(ProjectActionSupport action,
                                           java.util.Map userParams)
Description copied from interface: Report
Generate the report's HTML - usually from the Velocity resource named "html".



Copyright © 2002-2006 Atlassian. All Rights Reserved.