Uses of Interface
com.atlassian.application.api.Application
-
Uses of Application in com.atlassian.application.api
Subinterfaces of Application in com.atlassian.application.apiModifier and TypeInterfaceDescriptioninterfaceTheApplicationprovided by the platform directly.interfaceAApplicationprovided by a set of plugins.Methods in com.atlassian.application.api with type parameters of type ApplicationModifier and TypeMethodDescription<A extends Application>
io.atlassian.fugue.Option<A>ApplicationManager.getApplication(ApplicationKey key, Class<A> type) Return the installedApplicationassociated with the passedApplicationKeyif it is of the correct type.Methods in com.atlassian.application.api that return types with arguments of type ApplicationModifier and TypeMethodDescriptionio.atlassian.fugue.Option<Application>ApplicationManager.getApplication(ApplicationKey key) Return the installedApplicationwith the passed key.ApplicationManager.getApplications()Return all theApplications installed on the platform.