org.sonar.batch.bootstrapper
Class Batch
java.lang.Object
org.sonar.batch.bootstrapper.Batch
public final class Batch
- extends Object
Entry point for sonar-runner 2.1.
- Since:
- 2.14
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.