public class

SearchRequestChartsView

extends AbstractSearchRequestView
java.lang.Object
   ↳ com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
     ↳ com.atlassian.jira.issue.views.SearchRequestChartsView

Class Overview

Displays the charts popup in the issue navigator.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
Public Constructors
SearchRequestChartsView()
Public Methods
void init(SearchRequestViewModuleDescriptor moduleDescriptor)
A lifecycle method that will be called by the plugin system that gives access to the ModuleDescriptor that controls this plugin.
void writeSearchResults(SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer)
Responsible for writing out the searchResults including Headers and Footers of the implementing view type.
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
From class java.lang.Object
From interface com.atlassian.jira.plugin.searchrequestview.SearchRequestView

Public Constructors

public SearchRequestChartsView ()

Public Methods

public void init (SearchRequestViewModuleDescriptor moduleDescriptor)

A lifecycle method that will be called by the plugin system that gives access to the ModuleDescriptor that controls this plugin.

Parameters
moduleDescriptor the controller of this plugin.

public void writeSearchResults (SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer)

Responsible for writing out the searchResults including Headers and Footers of the implementing view type.

Parameters
searchRequest the original search request submitted by the user
searchRequestParams stores a shallow copy of the session and a pagerfilter to determine how many results to display
writer The writer used to stream the response.