com.atlassian.jira.event.project
Class RemoteVersionLinkPutEvent

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.RemoteVersionLinkPutEvent

public class RemoteVersionLinkPutEvent
extends AbstractRemoteVersionLinkEvent

Event indicating that a remote version link has been created or updated.

Since:
v6.1.1

Constructor Summary
RemoteVersionLinkPutEvent(long versionId, 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
getVersionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteVersionLinkPutEvent

public RemoteVersionLinkPutEvent(long versionId,
                                 @Nonnull
                                 String globalId)


Copyright © 2002-2014 Atlassian. All Rights Reserved.