public interface PluginApplicationMetaDataManager
PluginApplicationMetaData.| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<PluginApplicationMetaData> |
getApplication(ApplicationKey key)
Return the installed
PluginApplicationMetaData with the passed key. |
Iterable<PluginApplicationMetaData> |
getApplications()
Return all the
PluginApplicationMetaDatas installed on the platform. |
Iterable<PluginApplicationMetaData> getApplications()
PluginApplicationMetaDatas installed on the platform.PluginApplicationMetaDatas installed on the platform.io.atlassian.fugue.Option<PluginApplicationMetaData> getApplication(ApplicationKey key)
PluginApplicationMetaData with the passed key.
Option.none() is returned to indicate that the PluginApplicationMetaData
is not installed.key - the key to search for.PluginApplicationMetaData with the passed key or Option.none()
if no such PluginApplicationMetaData exists.Copyright © 2018 Atlassian. All rights reserved.