public class PerfPublisherPointGenerator extends AbstractPointGenerator
BUILD_NUMBER, CUSTOM_PREFIX, PROJECT_NAME, PROJECT_PATH, replaceDashWithUnderscore, timestamp
Constructor and Description |
---|
PerfPublisherPointGenerator(MeasurementRenderer<Run<?,?>> measurementRenderer,
String customPrefix,
Run<?,?> build,
long timestamp,
boolean replaceDashWithUnderscore) |
Modifier and Type | Method and Description |
---|---|
org.influxdb.dto.Point.Builder |
buildPoint(String name,
String customPrefix,
Run<?,?> build)
Initializes a basic build point with the basic data already set.
|
org.influxdb.dto.Point[] |
generate() |
boolean |
hasReport() |
buildPoint, measurementName
public PerfPublisherPointGenerator(MeasurementRenderer<Run<?,?>> measurementRenderer, String customPrefix, Run<?,?> build, long timestamp, boolean replaceDashWithUnderscore)
public boolean hasReport()
public org.influxdb.dto.Point.Builder buildPoint(String name, String customPrefix, Run<?,?> build)
PointGenerator
buildPoint
in interface PointGenerator
buildPoint
in class AbstractPointGenerator
public org.influxdb.dto.Point[] generate()
Copyright © 2016–2019. All rights reserved.