com.atlassian.applinks.api.event
Class ApplicationLinksIDChangedEvent
java.lang.Object
com.atlassian.applinks.api.event.ApplicationLinkEvent
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationLinksIDChangedEvent
public ApplicationLinksIDChangedEvent(ApplicationLink applicationLink,
ApplicationId oldApplicationId)
getOldApplicationId
public ApplicationId getOldApplicationId()
- The
ApplicationId that this
ApplicationLink was formerly known
as.
- Returns:
- the old
ApplicationId.
Copyright © 2015 Atlassian. All rights reserved.