org.sonar.batch.mediumtest
Class BatchMediumTester

java.lang.Object
  extended by org.sonar.batch.mediumtest.BatchMediumTester

public class BatchMediumTester
extends Object

Main utility class for writing batch medium tests.


Nested Class Summary
static class BatchMediumTester.BatchMediumTesterBuilder
           
static class BatchMediumTester.TaskBuilder
           
static class BatchMediumTester.TaskResult
           
 
Method Summary
static BatchMediumTester.BatchMediumTesterBuilder builder()
           
 BatchMediumTester.TaskBuilder newScanTask(File sonarProps)
           
 BatchMediumTester.TaskBuilder newTask()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static BatchMediumTester.BatchMediumTesterBuilder builder()

start

public void start()

stop

public void stop()

newTask

public BatchMediumTester.TaskBuilder newTask()

newScanTask

public BatchMediumTester.TaskBuilder newScanTask(File sonarProps)


Copyright © 2009–2015 SonarSource. All rights reserved.