public interface PluginApplication extends Application
Application provided by a set of plugins. There are three types of plugins:
null.| Modifier and Type | Method and Description |
|---|---|
Iterable<ApplicationPlugin> |
getApplicationPlugins()
Return all the application plugins in the application.
|
String |
getDefinitionModuleKey()
Return the module key for the module in the Primary plugin that defines the application.
|
Iterable<ApplicationPlugin> |
getPlugins()
Get the primary, application and utility plugins associated with the application.
|
ApplicationPlugin |
getPrimaryPlugin()
Get the primary plugin associated in the application.
|
Iterable<ApplicationPlugin> |
getUtilityPlugins()
Return all the utility plugins in the application.
|
buildDate, clearConfiguration, getAccess, getConfigurationURI, getDefaultGroup, getDescription, getKey, getLicense, getName, getPostInstallURI, getPostUpdateURI, getProductHelpCloudSpaceURI, getProductHelpServerSpaceURI, getUserCountDescription, getVersionString getDefinitionModuleKey()
Iterable<ApplicationPlugin> getPlugins()
ApplicationPlugin getPrimaryPlugin()
Iterable<ApplicationPlugin> getApplicationPlugins()
Iterable<ApplicationPlugin> getUtilityPlugins()
Copyright © 2018 Atlassian. All rights reserved.