public class PerformancePointGenerator extends AbstractPointGenerator
Modifier and Type | Field and Description |
---|---|
static String |
PERFORMANCE_90PERCENTILE |
static String |
PERFORMANCE_AVERAGE |
static String |
PERFORMANCE_ERROR_COUNT |
static String |
PERFORMANCE_ERROR_PERCENT |
static String |
PERFORMANCE_MAX |
static String |
PERFORMANCE_MEDIAN |
static String |
PERFORMANCE_MIN |
static String |
PERFORMANCE_SIZE |
static String |
PERFORMANCE_TOTAL_TRAFFIC |
BUILD_NUMBER, PROJECT_NAME
Constructor and Description |
---|
PerformancePointGenerator(MeasurementRenderer<hudson.model.Run<?,?>> measurementRenderer,
String customPrefix,
hudson.model.Run<?,?> build) |
Modifier and Type | Method and Description |
---|---|
org.influxdb.dto.Point[] |
generate() |
boolean |
hasReport() |
buildPoint, measurementName
public static final String PERFORMANCE_ERROR_PERCENT
public static final String PERFORMANCE_ERROR_COUNT
public static final String PERFORMANCE_AVERAGE
public static final String PERFORMANCE_90PERCENTILE
public static final String PERFORMANCE_MEDIAN
public static final String PERFORMANCE_MAX
public static final String PERFORMANCE_MIN
public static final String PERFORMANCE_TOTAL_TRAFFIC
public static final String PERFORMANCE_SIZE
public PerformancePointGenerator(MeasurementRenderer<hudson.model.Run<?,?>> measurementRenderer, String customPrefix, hudson.model.Run<?,?> build)
Copyright © 2016–2017. All rights reserved.