| Package | Description |
|---|---|
| org.sonarsource.scanner.api |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedScanner |
EmbeddedScanner.addGlobalProperties(Map<String,String> p)
Declare SonarQube properties needed to download the scanner-engine from the server (sonar.host.url, credentials, proxy, ...).
|
static EmbeddedScanner |
EmbeddedScanner.create(String app,
String version,
LogOutput logOutput) |
static EmbeddedScanner |
EmbeddedScanner.create(String app,
String version,
LogOutput logOutput,
System2 system2) |
EmbeddedScanner |
EmbeddedScanner.mask(String fqcnPrefix) |
EmbeddedScanner |
EmbeddedScanner.setGlobalProperty(String key,
String value)
Declare a SonarQube property needed to download the scanner-engine from the server (sonar.host.url, credentials, proxy, ...).
|
EmbeddedScanner |
EmbeddedScanner.unmask(String fqcnPrefix) |
Copyright © 2011-2019 SonarSource. All Rights Reserved.