com.atlassian.jira.dev.reference.plugin.report
Class ReferenceReport

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

public class ReferenceReport
extends AbstractReport

This is a simple report that reports all issues.

Since:
v4.3

Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
descriptor
 
Constructor Summary
ReferenceReport(SearchService searchService, IssueService issueService, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 String generateReportHtml(ProjectActionSupport action, Map reqParams)
          Generate the report's HTML - usually from the Velocity resource named "html".
 void validate(ProjectActionSupport action, Map params)
          Validate the parameters passed to this report from the UI.
 
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

ReferenceReport

public ReferenceReport(SearchService searchService,
                       IssueService issueService,
                       JiraAuthenticationContext authenticationContext)
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

validate

public void validate(ProjectActionSupport action,
                     Map params)
Description copied from interface: Report
Validate the parameters passed to this report from the UI.

Any errors should be added to the action errors.

Specified by:
validate in interface Report
Overrides:
validate in class AbstractReport


Copyright © 2002-2012 Atlassian. All Rights Reserved.