@ReturnValuesAreNonnullByDefault
public interface MaintenanceService
Modifier and Type | Field and Description |
---|---|
static String |
READ_ONLY_ACCESS_MODE_COMPATIBLE |
Modifier and Type | Method and Description |
---|---|
MaintenanceInfo |
getMaintenanceInfo()
Get the banner message for maintenance mode
|
List<Addon> |
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.
|
void |
updateMaintenanceInfo(MaintenanceInfo maintenanceInfo)
Update the maintenance info
|
static final String READ_ONLY_ACCESS_MODE_COMPATIBLE
List<Addon> getUserInstalledAddons()
void updateMaintenanceInfo(MaintenanceInfo maintenanceInfo)
maintenanceInfo
- the maintenance info to be updatedMaintenanceInfo getMaintenanceInfo()
Copyright © 2003–2021 Atlassian. All rights reserved.