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 batch bootstrappers.

Since:
2.14

Nested Class Summary
static class Batch.Builder
           
 
Method Summary
static Batch.Builder builder()
           
 Batch execute()
           
 LoggingConfiguration getLoggingConfiguration()
           
 
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

public Batch execute()

builder

public static Batch.Builder builder()


Copyright © 2009-2012 SonarSource. All Rights Reserved.