Uses of Interface
org.sonar.wsclient.system.Migration

Packages that use Migration
org.sonar.wsclient.system   
org.sonar.wsclient.system.internal   
 

Uses of Migration in org.sonar.wsclient.system
 

Methods in org.sonar.wsclient.system that return Migration
 Migration SystemClient.migrate()
          Asynchronously start a database migration.
 Migration SystemClient.migrate(long timeoutInSeconds, long rateInSeconds)
          Synchronously start a database migration.
 

Uses of Migration in org.sonar.wsclient.system.internal
 

Classes in org.sonar.wsclient.system.internal that implement Migration
 class DefaultMigration
           
 

Methods in org.sonar.wsclient.system.internal that return Migration
 Migration DefaultSystemClient.migrate()
           
 Migration DefaultSystemClient.migrate(long timeoutInMs, long rateInMs)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.