Class CreatedVsResolvedReport
java.lang.Object
com.atlassian.jira.plugin.report.impl.AbstractReport
com.atlassian.jira.charts.report.AbstractChartReport
com.atlassian.jira.plugin.corereports.charts.report.CreatedVsResolvedReport
- All Implemented Interfaces:
Report
A report showing issues created vs resolved for a given project or search request.
-
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.charts.report.AbstractChartReport
applicationProperties, authenticationContext, chartUtilsFields inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
descriptor -
Constructor Summary
ConstructorsConstructorDescriptionCreatedVsResolvedReport(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, ProjectManager projectManager, SearchRequestService searchRequestService, ChartUtils chartUtils, ChartFactory chartFactory, TimeZoneManager timeZoneManager) -
Method Summary
Modifier and TypeMethodDescriptiongenerateReportHtml(ProjectActionSupport action, Map reqParams) Generate the report's HTML - usually from the Velocity resource named "html".Methods inherited from class com.atlassian.jira.charts.report.AbstractChartReport
validate, validateDaysPrevious, validateProjectOrFilterIdMethods inherited from class com.atlassian.jira.plugin.report.impl.AbstractReport
generateReportExcel, getDescriptor, getIssueConstant, init, isExcelViewSupported, showReport
-
Constructor Details
-
CreatedVsResolvedReport
@Inject public CreatedVsResolvedReport(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, ProjectManager projectManager, SearchRequestService searchRequestService, ChartUtils chartUtils, ChartFactory chartFactory, TimeZoneManager timeZoneManager)
-
-
Method Details