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

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

public class RemoteIssueLinkDeleteEvent
extends AbstractRemoteIssueLinkEvent

Fired when remote issue link has been deleted.

Since:
v5.0

Constructor Summary
RemoteIssueLinkDeleteEvent(Long remoteLinkId)
          Deprecated. since 6.1.1. Use RemoteIssueLinkDeleteEvent(com.atlassian.jira.issue.link.RemoteIssueLink)
RemoteIssueLinkDeleteEvent(RemoteIssueLink remoteIssueLink)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.event.issue.link.AbstractRemoteIssueLinkEvent
getGlobalId, getRemoteIssueLinkId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteIssueLinkDeleteEvent

public RemoteIssueLinkDeleteEvent(Long remoteLinkId)
Deprecated. since 6.1.1. Use RemoteIssueLinkDeleteEvent(com.atlassian.jira.issue.link.RemoteIssueLink)

Parameters:
remoteLinkId -

RemoteIssueLinkDeleteEvent

public RemoteIssueLinkDeleteEvent(RemoteIssueLink remoteIssueLink)


Copyright © 2002-2014 Atlassian. All Rights Reserved.