public class JacocoConfiguration extends Object implements org.sonar.api.BatchExtension
| Modifier and Type | Field and Description |
|---|---|
static String |
IT_REPORT_PATH_DEFAULT_VALUE |
static String |
IT_REPORT_PATH_PROPERTY |
static String |
REPORT_MISSING_FORCE_ZERO |
static boolean |
REPORT_MISSING_FORCE_ZERO_DEFAULT_VALUE |
static String |
REPORT_PATH_DEFAULT_VALUE |
static String |
REPORT_PATH_PROPERTY |
| Constructor and Description |
|---|
JacocoConfiguration(org.sonar.api.config.Settings settings,
org.sonar.api.batch.fs.FileSystem fileSystem) |
| Modifier and Type | Method and Description |
|---|---|
String |
getItReportPath() |
static List<org.sonar.api.config.PropertyDefinition> |
getPropertyDefinitions() |
String |
getReportPath() |
boolean |
shouldExecuteOnProject(boolean reportFound) |
public static final String REPORT_PATH_PROPERTY
public static final String REPORT_PATH_DEFAULT_VALUE
public static final String IT_REPORT_PATH_PROPERTY
public static final String IT_REPORT_PATH_DEFAULT_VALUE
public static final String REPORT_MISSING_FORCE_ZERO
public static final boolean REPORT_MISSING_FORCE_ZERO_DEFAULT_VALUE
Copyright © 2010–2015 SonarSource. All rights reserved.