com.atlassian.jira.event.issue
Class IssueWatcherAddedEvent

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

public class IssueWatcherAddedEvent
extends AbstractEvent

Event that is triggered when user starts watching an issue.

Since:
v5.2

Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
IssueWatcherAddedEvent(Issue issue, ApplicationUser user)
           
 
Method Summary
 ApplicationUser getApplicationUser()
           
 Issue getIssue()
           
 com.atlassian.crowd.embedded.api.User getUser()
          Deprecated. Use getApplicationUser() instead. Since v6.0.
 
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

IssueWatcherAddedEvent

public IssueWatcherAddedEvent(Issue issue,
                              ApplicationUser user)
Method Detail

getIssue

public Issue getIssue()

getUser

public com.atlassian.crowd.embedded.api.User getUser()
Deprecated. Use getApplicationUser() instead. Since v6.0.


getApplicationUser

public ApplicationUser getApplicationUser()


Copyright © 2002-2013 Atlassian. All Rights Reserved.