Uses of Class
com.atlassian.confluence.plugins.maintenance.model.Addon
-
-
Uses of Addon in com.atlassian.confluence.plugins.maintenance.actions
Methods in com.atlassian.confluence.plugins.maintenance.actions that return types with arguments of type Addon Modifier and Type Method Description List<Addon>
MaintenanceConfigurationAction. getAddons()
-
Uses of Addon in com.atlassian.confluence.plugins.maintenance.model
Methods in com.atlassian.confluence.plugins.maintenance.model that return Addon Modifier and Type Method Description Addon
Addon.Builder. build()
-
Uses of Addon in com.atlassian.confluence.plugins.maintenance.service
Methods in com.atlassian.confluence.plugins.maintenance.service that return types with arguments of type Addon Modifier and Type Method Description List<Addon>
MaintenanceService. getUserInstalledAddons()
Get all user-installed add-ons so that the admin can know which add-on is incompatible with the read only access mode for example. -
Uses of Addon in com.atlassian.confluence.plugins.maintenance.service.impl
Methods in com.atlassian.confluence.plugins.maintenance.service.impl that return types with arguments of type Addon Modifier and Type Method Description List<Addon>
MaintenanceServiceImpl. getUserInstalledAddons()
-