Application Links 2.1 : Application Links Development Hub
This page last changed on Aug 08, 2008 by smaddox.
The Development Hub is for people who want to create plugins, use the remote APIs or find out more about developing for the Atlassian products. Plugin developers can make use of Application Links (AppLinks) to find out about other instances of Atlassian applications. On this page: Supported ApplicationsAppLinks supports the following applications: Using the AppLinks APIYou can use the AppLinks API to look up associated application instances and keys. com.atlassian.applinks.api.ApplicationLinksClient
Modifying Other Plugins to use AppLinksIf another plugin wishes to use AppLinks, that plugin may include the AppLinks API classes in its jar, and use its application's specific component manager to find out if the AppLinks plugin is installed. For example, in JIRA, you may use this code to detect if AppLinks is available: if (ComponentManager.getComponentInstanceOfType(ApplicationLinksClient.class) != null) { // AppLinks is installed } RELATED TOPICSApplication Links Documentation Home |
![]() |
Document generated by Confluence on Oct 05, 2009 20:43 |