Registry / testing / sonar-orchestrator

sonar-orchestrator

JSON →
library3.10.1javamavenunverified

Orchestration library for running SonarQube analysis in integration tests.

<dependency> <groupId>org.sonarsource.orchestrator</groupId> <artifactId>sonar-orchestrator</artifactId> <version>3.10.1</version> </dependency>
INSTALL
IMPORT
SIG · SONAR-ORCHESTRATOR
S
sonar-orchestrator
testingjavav3.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Orchestrator
com.sonar.orchestrator.Orchestrator

Starts a SonarQube orchestrator for testing.

import com.sonar.orchestrator.Orchestrator; import com.sonar.orchestrator.OrchestratorBuilder; public class Example { public static void main(String[] args) { Orchestrator orchestrator = OrchestratorBuilder.builder().build(); orchestrator.start(); System.out.println("SonarQube orchestrator started"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.10.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sonar-orchestrator — mvn dependency:get sonar-orchestrator · libregistry