| Package | Description |
|---|---|
| com.atlassian.applinks.api |
API classes and components for interacting with the AppLinks plugin.
|
| com.atlassian.applinks.api.event |
Events fired from applinks to indicate key changes.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationId |
ReadOnlyApplicationLink.getId()
This
ApplicationId is subject to change if an administrator:
upgrades the remote application to use Unified Application Links (and this link was created prior to the upgrade); or
the remote application does not have Unified Application Links deployed, and its RPC URL changes.
If you are storing the ApplicationId for any reason, your plugin should listen for the
ApplicationLinksIDChangedEvent. |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyApplicationLink |
ReadOnlyApplicationLinkService.getApplicationLink(ApplicationId applicationId)
Retrieves an
ReadOnlyApplicationLink by its ApplicationId. |
ApplicationLink |
ApplicationLinkService.getApplicationLink(ApplicationId id)
Retrieves an
ApplicationLink by its ApplicationId. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationId |
ApplicationLinkEvent.getApplicationId() |
ApplicationId |
EntityLinkEvent.getApplicationId() |
ApplicationId |
ApplicationLinksIDChangedEvent.getOldApplicationId()
The
ApplicationId that this
ApplicationLink was formerly known
as. |
| Constructor and Description |
|---|
ApplicationLinksIDChangedEvent(ApplicationLink applicationLink,
ApplicationId oldApplicationId) |
Copyright © 2020 Atlassian. All rights reserved.