@ParametersAreNonnullByDefault @PublicApi
atlassian-application is a library for accessing information about Applications
(e.g.See: Description
| Interface | Description |
|---|---|
| Application |
Represents an Application (e.g.
|
| ApplicationAccess |
Represents the access control to a
Application (e.g. |
| ApplicationManager |
Interface into the
Applications (e.g. |
| ApplicationPlugin |
Representation of a plugin in an
Application. |
| PlatformApplication |
The
Application provided by the platform directly. |
| PluginApplication |
A
Application provided by a set of plugins. |
| Class | Description |
|---|---|
| ApplicationKey |
Represents the identifier to an Application.
|
| Enum | Description |
|---|---|
| ApplicationAccess.AccessError |
Represents the different types of access error.
|
| ApplicationPlugin.PluginType |
An enumeration holding the different types of plugins.
|
atlassian-application is a library for accessing information about Applications
(e.g. Service DESK) embedded in an Atlassian platform (e.g. JIRA)
An Application may be installed, upgraded, disabled, removed, licensed,... dynamically.
The Platform itself is represented as a special type of Application that must always be enabled (though it does not need to be licensed).
Copyright © 2018 Atlassian. All rights reserved.