| Package | Description |
|---|---|
| com.atlassian.applinks.api |
API classes and components for interacting with the AppLinks plugin.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationLink
Represents a link to a remote application-level entity (JIRA, Confluence, Bamboo, etc).
|
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyApplicationLink |
ReadOnlyApplicationLinkService.getApplicationLink(ApplicationId applicationId)
Retrieves an
ReadOnlyApplicationLink by its ApplicationId. |
ReadOnlyApplicationLink |
ReadOnlyApplicationLinkService.getPrimaryApplicationLink(Class<? extends ApplicationType> type)
Retrieves the primary
ReadOnlyApplicationLink of a particular ApplicationType. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ReadOnlyApplicationLink> |
ReadOnlyApplicationLinkService.getApplicationLinks()
Retrieves all
ReadOnlyApplicationLinks. |
Iterable<ReadOnlyApplicationLink> |
ReadOnlyApplicationLinkService.getApplicationLinks(Class<? extends ApplicationType> type)
Retrieves all
ReadOnlyApplicationLinks of a particular ApplicationType. |
Copyright © 2020 Atlassian. All rights reserved.