@PublicSpi public abstract class AbstractChartReport extends AbstractReport
AbstractReport.MutableLong| Modifier and Type | Field and Description |
|---|---|
protected ApplicationProperties |
applicationProperties |
protected JiraAuthenticationContext |
authenticationContext |
protected ChartUtils |
chartUtils |
descriptor| Modifier | Constructor and Description |
|---|---|
protected |
AbstractChartReport(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
ProjectManager projectManager,
SearchRequestService searchRequestService,
ChartUtils chartUtils) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(ProjectActionSupport action,
Map params)
Validate the parameters passed to this report from the UI.
|
protected void |
validateDaysPrevious(ProjectActionSupport action,
Map params) |
protected void |
validateProjectOrFilterId(ProjectActionSupport action,
Map params) |
generateReportExcel, getDescriptor, getIssueConstant, init, isExcelViewSupported, showReportclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateReportHtmlprotected final JiraAuthenticationContext authenticationContext
protected final ApplicationProperties applicationProperties
protected final ChartUtils chartUtils
protected AbstractChartReport(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, ProjectManager projectManager, SearchRequestService searchRequestService, ChartUtils chartUtils)
public void validate(ProjectActionSupport action, Map params)
ReportAny errors should be added to the action errors.
validate in interface Reportvalidate in class AbstractReportprotected void validateProjectOrFilterId(ProjectActionSupport action, Map params)
protected void validateDaysPrevious(ProjectActionSupport action, Map params)
Copyright © 2002-2024 Atlassian. All Rights Reserved.