Class ReferenceReport
java.lang.Object
com.atlassian.jira.plugin.report.impl.AbstractReport
com.atlassian.jira.dev.reference.plugin.report.ReferenceReport
- All Implemented Interfaces:
Report
This is a simple report that reports all issues.
- Since:
- v4.3
-
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.plugin.report.impl.AbstractReport
descriptor -
Constructor Summary
ConstructorsConstructorDescriptionReferenceReport(SearchService searchService, IssueService issueService, JiraAuthenticationContext authenticationContext) -
Method Summary
Modifier and TypeMethodDescriptiongenerateReportHtml(ProjectActionSupport action, Map reqParams) Generate the report's HTML - usually from the Velocity resource named "html".voidvalidate(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
-
Constructor Details
-
ReferenceReport
public ReferenceReport(SearchService searchService, IssueService issueService, JiraAuthenticationContext authenticationContext)
-
-
Method Details
-
generateReportHtml
Description copied from interface:ReportGenerate the report's HTML - usually from the Velocity resource named "html".- Throws:
Exception
-
validate
Description copied from interface:ReportValidate the parameters passed to this report from the UI.Any errors should be added to the action errors.
- Specified by:
validatein interfaceReport- Overrides:
validatein classAbstractReport
-