org.sonar.batch.bootstrap
Class DatabaseBatchCompatibility

java.lang.Object
  extended by org.sonar.batch.bootstrap.DatabaseBatchCompatibility
All Implemented Interfaces:
BatchComponent

public class DatabaseBatchCompatibility
extends Object
implements BatchComponent

Detects if database is not up-to-date with the version required by the batch.


Constructor Summary
DatabaseBatchCompatibility(DatabaseVersion version, Server server)
           
 
Method Summary
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseBatchCompatibility

public DatabaseBatchCompatibility(DatabaseVersion version,
                                  Server server)
Method Detail

start

public void start()


Copyright © 2009-2012 SonarSource. All Rights Reserved.