| Package | Description |
|---|---|
| com.atlassian.applinks.api |
API classes and components for interacting with the AppLinks plugin.
|
| com.atlassian.applinks.api.application.bamboo | |
| com.atlassian.applinks.api.application.bitbucket | |
| com.atlassian.applinks.api.application.confluence | |
| com.atlassian.applinks.api.application.crowd | |
| com.atlassian.applinks.api.application.fecru | |
| com.atlassian.applinks.api.application.generic | |
| com.atlassian.applinks.api.application.jira | |
| com.atlassian.applinks.api.application.refapp | |
| com.atlassian.applinks.api.application.stash | |
| com.atlassian.applinks.api.event |
Events fired from applinks to indicate key changes.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationType |
ReadOnlyApplicationLink.getType()
See the
com.atlassian.applinks.api.application package for a list of ApplicationTypes bundled
with the Unified Application Links plugin. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ApplicationType> |
EntityType.getApplicationType() |
| Modifier and Type | Method and Description |
|---|---|
T |
ApplicationTypeVisitor.visitDefault(ApplicationType applicationType) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ReadOnlyApplicationLink> |
ReadOnlyApplicationLinkService.getApplicationLinks(Class<? extends ApplicationType> type)
Retrieves all
ReadOnlyApplicationLinks of a particular ApplicationType. |
Iterable<ApplicationLink> |
ApplicationLinkService.getApplicationLinks(Class<? extends ApplicationType> type)
Retrieves all
ApplicationLinks of a particular ApplicationType. |
ReadOnlyApplicationLink |
ReadOnlyApplicationLinkService.getPrimaryApplicationLink(Class<? extends ApplicationType> type)
Retrieves the primary
ReadOnlyApplicationLink of a particular ApplicationType. |
ApplicationLink |
ApplicationLinkService.getPrimaryApplicationLink(Class<? extends ApplicationType> type)
Retrieves the primary
ApplicationLink of a particular ApplicationType. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BambooApplicationType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BitbucketApplicationType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfluenceApplicationType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CrowdApplicationType
Application type for Crowd
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FishEyeCrucibleApplicationType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericApplicationType
The generic application type supports all "out-of-the-box" authentication types that UAL ships with.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JiraApplicationType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RefAppApplicationType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StashApplicationType
Deprecated.
Stash has been renamed to Bitbucket. Please use
BitbucketApplicationType instead. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationType |
ApplicationLinkEvent.getApplicationType() |
ApplicationType |
EntityLinkEvent.getApplicationType() |
Copyright © 2020 Atlassian. All rights reserved.