| 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.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 |
|---|---|
EntityType |
EntityLink.getType() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<EntityLink> |
EntityLinkService.getEntityLinks(Object entity,
Class<? extends EntityType> type)
Returns the
EntityLinks that are visible to the context user. |
Iterable<EntityLink> |
SubvertedEntityLinkService.getEntityLinksNoPermissionCheck(Object entity,
Class<? extends EntityType> type) |
EntityLink |
EntityLinkService.getPrimaryEntityLink(Object entity,
Class<? extends EntityType> type)
There are exactly zero or one primary
EntityLinks of each type configured for each local entity. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BambooProjectEntityType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BitbucketProjectEntityType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfluenceSpaceEntityType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FishEyeCrucibleProjectEntityType |
interface |
FishEyeRepositoryEntityType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericEntityType
The generic entity type, can be used in combination with the generic application to create entity links
to this arbitrary application.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JiraProjectEntityType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RefAppCharlieEntityType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StashProjectEntityType
Deprecated.
Stash has been renamed to Bitbucket. Please use
BitbucketProjectEntityType instead. |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends EntityType> |
EntityLinkEvent.localType |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
EntityLinkEvent.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends EntityType> |
EntityLinkEvent.getLocalType() |
| Constructor and Description |
|---|
EntityLinkAddedEvent(EntityLink entityLink,
String localKey,
Class<? extends EntityType> localType) |
EntityLinkDeletedEvent(EntityLink entityLink,
String localKey,
Class<? extends EntityType> localType) |
EntityLinkEvent(EntityLink entityLink,
String localKey,
Class<? extends EntityType> localType) |
Copyright © 2020 Atlassian. All rights reserved.