Skip to content

dxworks/sonarqube-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonar Client

This app is a Java library for using the Sonarqube REST API.

Visit us on Github.

Config

SonarQube server url: property sonar.url, env SONAR_CLIENT_SONAR_URL

Path to output file: property output.path, env SONAR_CLIENT_OUTPUT_PATH

Output file prefix: property output.file.prefix, env SONAR_CLIENT_PREFIX_OUTPUT

Path to profiles file: property profiles.path, env SONAR_CLIENT_PROFILES_PATH

SonarQube projects: property projects, env SONAR_CLIENT_PROJECTS in the following format
projectName1>projectFilesPrefix1, proj2>pref2

Usage

to do

Features

to do