org.sonar.batch.bootstrap
Class DatabaseCompatibility
java.lang.Object
org.sonar.batch.bootstrap.DatabaseCompatibility
- All Implemented Interfaces:
- BatchComponent
public class DatabaseCompatibility
- extends Object
- implements BatchComponent
Detects if database is not up-to-date with the version required by the batch.
|
Method Summary |
void |
start()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseCompatibility
public DatabaseCompatibility(DatabaseVersion version,
ServerMetadata server,
Settings settings,
PropertiesDao propertiesDao,
AnalysisMode mode)
start
public void start()
Copyright © 2009–2015 SonarSource. All rights reserved.