Package org.sonar.batch.bootstrapper

Examples of org.sonar.batch.bootstrapper.Batch


    props.setProperty("sonar.projectBaseDir", "src/test/java_sample");
    props.setProperty("sonar.projectKey", "sample");
    props.setProperty("sonar.projectName", "Sample");
    props.setProperty("sonar.projectVersion", "1.0");
    props.setProperty("sonar.sources", "src");
    Batch batch = launcher.createBatch("3.5", props, Collections.emptyList());

    assertThat(batch).isNotNull();
  }
View Full Code Here

TOP

Related Classes of org.sonar.batch.bootstrapper.Batch

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.