Package org.sonarsource.scanner.api
Interface ScannerProperties
-
public interface ScannerPropertiesMostly used properties that can be passed to EmbeddedScanner#addGlobalProperties(java.util.Properties). See documentation for more properties.- Since:
- 2.2
-
-
Field Detail
-
HOST_URL
static final String HOST_URL
HTTP URL of Sonar server, "http://localhost:9000" by default- See Also:
- Constant Field Values
-
TASK
static final String TASK
Task to execute, "scan" by default- See Also:
- Constant Field Values
-
WORK_DIR
static final String WORK_DIR
Working directory containing generated reports and temporary data.- See Also:
- Constant Field Values
-
-