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, com.atlassian.crowd.embedded.api.User user)
           
 
Method Summary
 Issue getIssue()
           
 com.atlassian.crowd.embedded.api.User getUser()
           
 
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,
                              com.atlassian.crowd.embedded.api.User user)
Method Detail

getIssue

public Issue getIssue()

getUser

public com.atlassian.crowd.embedded.api.User getUser()


Copyright © 2002-2012 Atlassian. All Rights Reserved.