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, CUSTOM_PREFIX, PROJECT_NAME, PROJECT_PATH, replaceDashWithUnderscore, timestamp
Constructor and Description |
---|
PerformancePointGenerator(MeasurementRenderer<hudson.model.Run<?,?>> measurementRenderer,
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 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, long timestamp, boolean replaceDashWithUnderscore)
Copyright © 2016–2018. All rights reserved.