Registry / other / sonar-plugin-api

sonar-plugin-api

JSON →
library5.0.1javamavenunverified

Open source platform for continuous inspection of code quality, providing APIs for building SonarQube plugins.

<dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-plugin-api</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SONAR-PLUGIN-API
S
sonar-plugin-api
otherjavav5.0.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.

SonarPlugin
org.sonar.api.SonarPlugin

Defines a minimal SonarQube plugin by extending SonarPlugin.

import org.sonar.api.SonarPlugin; import java.util.Collections; import java.util.List; public class MyPlugin extends SonarPlugin { @Override public List getExtensions() { return Collections.emptyList(); } }
Debug
Known issues
breakingSonarQube API versions may break compatibility between major releases; check your SonarQube version.
fix
Use the API version matching your SonarQube server version.
affects: >=5.0
Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
sonar-plugin-api — mvn dependency:get sonar-plugin-api · libregistry