com.atlassian.applinks.api.event
Class ApplicationLinksIDChangedEvent

java.lang.Object
  extended by com.atlassian.applinks.api.event.ApplicationLinkEvent
      extended by com.atlassian.applinks.api.event.ApplicationLinksIDChangedEvent
All Implemented Interfaces:
LinkEvent

public class ApplicationLinksIDChangedEvent
extends ApplicationLinkEvent

This event is emitted by the even system when an Application Link's unique ID changed. This can happen when a linked application is relocated, or upgraded.

Since:
3.0

Field Summary
 
Fields inherited from class com.atlassian.applinks.api.event.ApplicationLinkEvent
applicationLink
 
Constructor Summary
ApplicationLinksIDChangedEvent(ApplicationLink applicationLink, ApplicationId oldApplicationId)
           
 
Method Summary
 ApplicationId getOldApplicationId()
          The ApplicationId that this ApplicationLink was formerly known as.
 
Methods inherited from class com.atlassian.applinks.api.event.ApplicationLinkEvent
getApplicationId, getApplicationLink, getApplicationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationLinksIDChangedEvent

public ApplicationLinksIDChangedEvent(ApplicationLink applicationLink,
                                      ApplicationId oldApplicationId)
Method Detail

getOldApplicationId

public ApplicationId getOldApplicationId()
The ApplicationId that this ApplicationLink was formerly known as.

Returns:
the old ApplicationId.


Copyright © 2015 Atlassian. All rights reserved.