public class CoberturaPointGenerator extends AbstractPointGenerator
Modifier and Type | Field and Description |
---|---|
static String |
COBERTURA_BRANCH_COVERAGE_RATE |
static String |
COBERTURA_CLASS_COVERAGE_RATE |
static String |
COBERTURA_LINE_COVERAGE_RATE |
static String |
COBERTURA_NUMBER_OF_CLASSES |
static String |
COBERTURA_NUMBER_OF_PACKAGES |
static String |
COBERTURA_NUMBER_OF_SOURCEFILES |
static String |
COBERTURA_PACKAGE_COVERAGE_RATE |
BUILD_NUMBER, CUSTOM_PREFIX, PROJECT_NAME, PROJECT_PATH, replaceDashWithUnderscore, timestamp
Constructor and Description |
---|
CoberturaPointGenerator(MeasurementRenderer<hudson.model.Run<?,?>> projectNameRenderer,
String customPrefix,
hudson.model.Run<?,?> build,
long timestamp,
boolean replaceDashWithUnderscore) |
Modifier and Type | Method and Description |
---|---|
org.influxdb.dto.Point[] |
generate() |
boolean |
hasReport() |
buildPoint, buildPoint, measurementName
public static final String COBERTURA_PACKAGE_COVERAGE_RATE
public static final String COBERTURA_CLASS_COVERAGE_RATE
public static final String COBERTURA_LINE_COVERAGE_RATE
public static final String COBERTURA_BRANCH_COVERAGE_RATE
public static final String COBERTURA_NUMBER_OF_PACKAGES
public static final String COBERTURA_NUMBER_OF_SOURCEFILES
public static final String COBERTURA_NUMBER_OF_CLASSES
public CoberturaPointGenerator(MeasurementRenderer<hudson.model.Run<?,?>> projectNameRenderer, String customPrefix, hudson.model.Run<?,?> build, long timestamp, boolean replaceDashWithUnderscore)
Copyright © 2016–2018. All rights reserved.