Package org.sonarsource.scanner.lib
Class ScannerEngineBootstrapper
java.lang.Object
org.sonarsource.scanner.lib.ScannerEngineBootstrapper
Entry point to run a Sonar analysis programmatically.
-
Method Summary
Modifier and TypeMethodDescriptionDeclare technical properties needed to bootstrap (sonar.host.url, credentials, proxy, ...).Bootstrap the scanner-engine.static ScannerEngineBootstrappersetBootstrapProperty(String key, String value) Declare a technical property needed to bootstrap (sonar.host.url, credentials, proxy, ...).
-
Method Details
-
create
-
addBootstrapProperties
Declare technical properties needed to bootstrap (sonar.host.url, credentials, proxy, ...). -
setBootstrapProperty
Declare a technical property needed to bootstrap (sonar.host.url, credentials, proxy, ...). -
bootstrap
Bootstrap the scanner-engine.
-