org.sonar.batch.bootstrapper
Class Batch

java.lang.Object
  extended by org.sonar.batch.bootstrapper.Batch

public final class Batch
extends Object

Entry point for sonar-runner 2.1.

Since:
2.14

Nested Class Summary
static class Batch.Builder
           
 
Method Summary
static Batch.Builder builder()
           
 Batch execute()
          Deprecated. since 4.4 use start(), #executeTask(Map) and then stop()
 Batch executeTask(Map<String,String> taskProperties, Object... components)
           
 LoggingConfiguration getLoggingConfiguration()
           
 Batch start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLoggingConfiguration

public LoggingConfiguration getLoggingConfiguration()

execute

@Deprecated
public Batch execute()
Deprecated. since 4.4 use start(), #executeTask(Map) and then stop()


start

public Batch start()
Since:
4.4

executeTask

public Batch executeTask(Map<String,String> taskProperties,
                         Object... components)
Since:
4.4

stop

public void stop()
Since:
4.4

builder

public static Batch.Builder builder()


Copyright © 2009–2015 SonarSource. All rights reserved.