org.sonar.core.persistence
Class SchemaMigrationDto

java.lang.Object
  extended by org.sonar.core.persistence.SchemaMigrationDto

public class SchemaMigrationDto
extends Object

Maps the table SCHEMA_MIGRATIONS that is fed by Ruby on Rails Migrations

Since:
3.0

Constructor Summary
SchemaMigrationDto()
           
 
Method Summary
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaMigrationDto

public SchemaMigrationDto()
Method Detail

getVersion

public String getVersion()


Copyright © 2009-2012 SonarSource. All Rights Reserved.