public class ReferenceReport extends AbstractReport
AbstractReport.MutableLongdescriptor| Constructor and Description |
|---|
ReferenceReport(SearchService searchService,
IssueService issueService,
JiraAuthenticationContext authenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
generateReportExcel, getDescriptor, getIssueConstant, init, isExcelViewSupported, showReportpublic ReferenceReport(SearchService searchService, IssueService issueService, JiraAuthenticationContext authenticationContext)
public String generateReportHtml(ProjectActionSupport action, Map reqParams) throws Exception
ReportExceptionpublic void validate(ProjectActionSupport action, Map params)
ReportAny errors should be added to the action errors.
validate in interface Reportvalidate in class AbstractReportCopyright © 2002-2015 Atlassian. All Rights Reserved.