@ServerSide @ComputeEngineSide public interface ServerUpgradeStatus
| Modifier and Type | Method and Description | 
|---|---|
| int | getInitialDbVersion()The database version before the server startup. | 
| boolean | isFreshInstall()Has the database been created from scratch during the current startup ? | 
| boolean | isUpgraded()Has the database been upgraded during the current startup ? Return false when  isFreshInstall()is true. | 
boolean isUpgraded()
isFreshInstall() is true.boolean isFreshInstall()
int getInitialDbVersion()
Copyright © 2009–2016 SonarSource. All rights reserved.