| Modifier and Type | Interface and Description |
|---|---|
interface |
PlatformApplication
The
Application provided by the platform directly. |
interface |
PluginApplication
A
Application provided by a set of plugins. |
| Modifier and Type | Method and Description |
|---|---|
<A extends Application> |
ApplicationManager.getApplication(ApplicationKey key,
Class<A> type)
Return the installed
Application associated with the passed
ApplicationKey if it is of the correct type. |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<Application> |
ApplicationManager.getApplication(ApplicationKey key)
Return the installed
Application with the passed key. |
Iterable<Application> |
ApplicationManager.getApplications()
Return all the
Applications installed on the platform. |
Copyright © 2018 Atlassian. All rights reserved.