| Package | Description |
|---|---|
| com.atlassian.applinks.api |
API classes and components for interacting with the AppLinks plugin.
|
| com.atlassian.applinks.api.auth | |
| com.atlassian.applinks.api.event |
Events fired from applinks to indicate key changes.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationLink |
EntityLink.getApplicationLink() |
ApplicationLink |
ApplicationLinkService.getApplicationLink(ApplicationId id)
Retrieves an
ApplicationLink by its ApplicationId. |
ApplicationLink |
ApplicationLinkService.getPrimaryApplicationLink(Class<? extends ApplicationType> type)
Retrieves the primary
ApplicationLink of a particular ApplicationType. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ApplicationLink> |
ApplicationLinkService.getApplicationLinks()
Retrieves all
ApplicationLinks. |
Iterable<ApplicationLink> |
ApplicationLinkService.getApplicationLinks(Class<? extends ApplicationType> type)
Retrieves all
ApplicationLinks of a particular ApplicationType. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLinkUIService.MessageBuilder |
ApplicationLinkUIService.authorisationRequest(ApplicationLink appLink)
Returns a
ApplicationLinkUIService.MessageBuilder to construct an HTML fragment with a
"please authenticate with [application]" message, and a link that lets the
user begin authentication. |
URI |
EntityType.getDisplayUrl(ApplicationLink link,
String entityKey)
Given an
ApplicationLink and the key
of an entity on that peer, this method returns that entity's "display
URL". |
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.sal.api.net.Request |
Anonymous.createAnonymousRequest(ApplicationLink link,
com.atlassian.sal.api.net.Request.MethodType methodType,
String url)
This is a convenience method for creating anonymous (unauthenticated) requests without having to catch the
CredentialsRequiredException declared on the ApplicationLinkRequestFactory interface |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationLink |
ApplicationLinkEvent.applicationLink |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLink |
ApplicationLinkEvent.getApplicationLink() |
| Constructor and Description |
|---|
ApplicationLinkAddedEvent(ApplicationLink applicationLink) |
ApplicationLinkAuthConfigChangedEvent(ApplicationLink applicationLink) |
ApplicationLinkDeletedEvent(ApplicationLink applicationLink) |
ApplicationLinkDetailsChangedEvent(ApplicationLink applicationLink) |
ApplicationLinkEvent(ApplicationLink applicationLink) |
ApplicationLinkMadePrimaryEvent(ApplicationLink applicationLink) |
ApplicationLinksIDChangedEvent(ApplicationLink applicationLink,
ApplicationId oldApplicationId) |
Copyright © 2020 Atlassian. All rights reserved.