com.atlassian.jira.event.project
Class RemoteVersionLinkDeleteEvent

java.lang.Object
  extended by com.atlassian.jira.event.project.AbstractVersionEvent
      extended by com.atlassian.jira.event.project.AbstractRemoteVersionLinkEvent
          extended by com.atlassian.jira.event.project.RemoteVersionLinkDeleteEvent

public class RemoteVersionLinkDeleteEvent
extends AbstractRemoteVersionLinkEvent

Event indicating that one or more remote version links have been deleted. Note that the global ID may be null, indicating that all remote links for that version were deleted.

Since:
v6.1.1

Constructor Summary
RemoteVersionLinkDeleteEvent(Version version, String globalId)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.event.project.AbstractRemoteVersionLinkEvent
equals, getGlobalId, hashCode, toString
 
Methods inherited from class com.atlassian.jira.event.project.AbstractVersionEvent
getVersion, getVersionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteVersionLinkDeleteEvent

@Internal
public RemoteVersionLinkDeleteEvent(Version version,
                                             @Nullable
                                             String globalId)


Copyright © 2002-2014 Atlassian. All Rights Reserved.