Uses of Class
org.sonar.batch.bootstrapper.Batch

Packages that use Batch
org.sonar.batch.bootstrapper This package is a part of bootstrap process, so we should take care about backward compatibility. 
 

Uses of Batch in org.sonar.batch.bootstrapper
 

Methods in org.sonar.batch.bootstrapper that return Batch
 Batch Batch.Builder.build()
           
 Batch Batch.execute()
          Deprecated. since 4.4 use start(), #executeTask(Map) and then stop()
 Batch Batch.executeTask(Map<String,String> taskProperties, Object... components)
           
 Batch Batch.start()
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.