Uses of Interface
com.atlassian.jira.plugin.searchrequestview.SearchRequestView
Packages that use SearchRequestView
Package
Description
-
Uses of SearchRequestView in com.atlassian.jira.issue.views
Classes in com.atlassian.jira.issue.views that implement SearchRequestViewModifier and TypeClassDescriptionclass
class
class
class
Displays the charts popup in the issue navigator.class
class
class
class
class
class
class
class
-
Uses of SearchRequestView in com.atlassian.jira.issue.views.csv
Classes in com.atlassian.jira.issue.views.csv that implement SearchRequestViewModifier and TypeClassDescriptionclass
This is the request view for dealing with the exportation of issues into a Csv format.class
Exports all of the available fields for a given issue search as a CsvOutput.class
Export all of the fields currently selected by the current user in their search.class
Exports all of the available fields for a given issue search as a CsvOutput.class
Export all of the fields currently selected by the current user in their search. -
Uses of SearchRequestView in com.atlassian.jira.issue.views.util
Methods in com.atlassian.jira.issue.views.util with type parameters of type SearchRequestViewModifier and TypeMethodDescriptionstatic <V extends SearchRequestView>
VSearchRequestViewUtils.getSearchRequestView
(Class<V> searchRequestViewClass) -
Uses of SearchRequestView in com.atlassian.jira.plugin.searchrequestview
Classes in com.atlassian.jira.plugin.searchrequestview that implement SearchRequestViewModifier and TypeClassDescriptionclass
Extendend this abstract class to implement custom SearchRequestViews.Methods in com.atlassian.jira.plugin.searchrequestview that return SearchRequestViewModifier and TypeMethodDescriptionSearchRequestViewModuleDescriptor.getSearchRequestView()
SearchRequestViewModuleDescriptorImpl.getSearchRequestView()