com.atlassian.jira.event.issue
Class QuickBrowseEvent

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

@PublicApi
public final class QuickBrowseEvent
extends AbstractEvent

Event that is triggered when a user does a quicksearch that is interpreted as an issue key


Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
QuickBrowseEvent(String issueKey)
           
 
Method Summary
 String getIssueKey()
           
 
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

QuickBrowseEvent

public QuickBrowseEvent(String issueKey)
Method Detail

getIssueKey

public String getIssueKey()


Copyright © 2002-2013 Atlassian. All Rights Reserved.