public class

ReferenceReport

extends AbstractReport
java.lang.Object
   ↳ com.atlassian.jira.plugin.report.impl.AbstractReport
     ↳ com.atlassian.jira.dev.reference.plugin.report.ReferenceReport

Class Overview

This is a simple report that reports all issues.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.plugin.report.impl.AbstractReport
Public Constructors
ReferenceReport(SearchService searchService, IssueService issueService, JiraAuthenticationContext authenticationContext)
Public Methods
String generateReportHtml(ProjectActionSupport action, Map reqParams)
void validate(ProjectActionSupport action, Map params)
Validate the parameters passed to this report from the UI.
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.report.impl.AbstractReport
From class java.lang.Object
From interface com.atlassian.jira.plugin.report.Report

Public Constructors

public ReferenceReport (SearchService searchService, IssueService issueService, JiraAuthenticationContext authenticationContext)

Public Methods

public String generateReportHtml (ProjectActionSupport action, Map reqParams)

Throws
Exception

public void validate (ProjectActionSupport action, Map params)

Validate the parameters passed to this report from the UI.

Any errors should be added to the action errors.