org.sonar.runner.api
Interface RunnerProperties


public interface RunnerProperties

Mostly used properties that can be injected in Runner.setProperty(String, String). See documentation for more properties.

Since:
2.2

Field Summary
static String HOST_URL
          HTTP URL of Sonar server, "http://localhost:9000" by default
static String TASK
          Task to execute, "scan" by default
static String WORK_DIR
          Working directory containing generated reports and temporary data.
 

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


Copyright © 2011-2014 SonarSource. All Rights Reserved.