Skip to content

Latest commit

 

History

History
 
 

manual-measure-ws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This example demonstrates how to use the SonarQube web service API (manual_measures).

Documentation

Prerequisites

Usage

  • In src/main/java/sample/Sample.java, set the proper values to connect to your SonarQube server and project.

  • Compile the project:

      mvn clean compile assembly:single
    
  • Call the web service:

      cd target
      java -jar manual-measure-ws-1.0-SNAPSHOT-jar-with-dependencies.jar
    
  • Check the output