Package com.atlassian.jira.charts.report
Class AbstractChartReport
java.lang.Object
com.atlassian.jira.plugin.report.impl.AbstractReport
com.atlassian.jira.charts.report.AbstractChartReport
- All Implemented Interfaces:
Report
- Direct Known Subclasses:
AverageAgeReport,CreatedVsResolvedReport,PieReport,RecentlyCreatedReport,ResolutionTimeReport,TimeSinceReport
- Since:
- v4.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
AbstractReport.MutableLong -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ApplicationPropertiesprotected final JiraAuthenticationContextprotected final ChartUtilsFields inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
descriptor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractChartReport(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, ProjectManager projectManager, SearchRequestService searchRequestService, ChartUtils chartUtils) -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(ProjectActionSupport action, Map params) Validate the parameters passed to this report from the UI.protected voidvalidateDaysPrevious(ProjectActionSupport action, Map params) protected voidvalidateProjectOrFilterId(ProjectActionSupport action, Map params) Methods inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
generateReportExcel, getDescriptor, getIssueConstant, init, isExcelViewSupported, showReportMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.plugin.report.Report
generateReportHtml
-
Field Details
-
authenticationContext
-
applicationProperties
-
chartUtils
-
-
Constructor Details
-
AbstractChartReport
protected AbstractChartReport(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, ProjectManager projectManager, SearchRequestService searchRequestService, ChartUtils chartUtils)
-
-
Method Details
-
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
-
validateProjectOrFilterId
-
validateDaysPrevious
-