com.atlassian.jira.event.issue.link
Class RemoteIssueLinkUpdateEvent

java.lang.Object
  extended by com.atlassian.jira.event.issue.link.AbstractRemoteIssueLinkEvent
      extended by com.atlassian.jira.event.issue.link.RemoteIssueLinkUpdateEvent

public class RemoteIssueLinkUpdateEvent
extends AbstractRemoteIssueLinkEvent

Fired when remote issue link has been updated.

Since:
v5.0

Constructor Summary
RemoteIssueLinkUpdateEvent(Long remoteLinkId, String applicationType)
           
 
Method Summary
 String getApplicationType()
           
 
Methods inherited from class com.atlassian.jira.event.issue.link.AbstractRemoteIssueLinkEvent
getRemoteIssueLinkId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteIssueLinkUpdateEvent

public RemoteIssueLinkUpdateEvent(Long remoteLinkId,
                                  String applicationType)
Method Detail

getApplicationType

public String getApplicationType()


Copyright © 2002-2012 Atlassian. All Rights Reserved.