org.sonar.batch.bootstrap
Class DatabaseCompatibility

java.lang.Object
  extended by 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.


Constructor Summary
DatabaseCompatibility(DatabaseVersion version, ServerMetadata server, Settings settings, PropertiesDao propertiesDao, AnalysisMode mode)
           
 
Method Summary
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseCompatibility

public DatabaseCompatibility(DatabaseVersion version,
                             ServerMetadata server,
                             Settings settings,
                             PropertiesDao propertiesDao,
                             AnalysisMode mode)
Method Detail

start

public void start()


Copyright © 2009–2015 SonarSource. All rights reserved.