com.atlassian.jira.event.issue
Class IssueSearchEvent

java.lang.Object
  extended by com.atlassian.jira.event.AbstractEvent
      extended by com.atlassian.jira.event.issue.IssueSearchEvent
All Implemented Interfaces:
JiraEvent

@PublicApi
public final class IssueSearchEvent
extends AbstractEvent

Event that is triggered when a user searches for issues.


Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
IssueSearchEvent(SearchRequest searchRequest)
           
 
Method Summary
 SearchRequest getSearchRequest()
           
 
Methods inherited from class com.atlassian.jira.event.AbstractEvent
equals, getParams, getTime, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueSearchEvent

public IssueSearchEvent(SearchRequest searchRequest)
Method Detail

getSearchRequest

public SearchRequest getSearchRequest()


Copyright © 2002-2012 Atlassian. All Rights Reserved.