Uses of Class
org.sonarsource.scanner.api.EmbeddedScanner
-
Packages that use EmbeddedScanner Package Description org.sonarsource.scanner.api -
-
Uses of EmbeddedScanner in org.sonarsource.scanner.api
Methods in org.sonarsource.scanner.api that return EmbeddedScanner Modifier and Type Method Description EmbeddedScannerEmbeddedScanner. addGlobalProperties(Map<String,String> p)Declare SonarQube properties needed to download the scanner-engine from the server (sonar.host.url, credentials, proxy, ...).static EmbeddedScannerEmbeddedScanner. create(String app, String version, LogOutput logOutput)static EmbeddedScannerEmbeddedScanner. create(String app, String version, LogOutput logOutput, System2 system2)EmbeddedScannerEmbeddedScanner. mask(String fqcnPrefix)EmbeddedScannerEmbeddedScanner. setGlobalProperty(String key, String value)Declare a SonarQube property needed to download the scanner-engine from the server (sonar.host.url, credentials, proxy, ...).EmbeddedScannerEmbeddedScanner. unmask(String fqcnPrefix)
-