Class AbstractPointGenerator
java.lang.Object
jenkinsci.plugins.influxdb.generators.AbstractPointGenerator
- All Implemented Interfaces:
PointGenerator
- Direct Known Subclasses:
AgentPointGenerator
,ChangeLogPointGenerator
,CoberturaPointGenerator
,CoveragePointGenerator
,CustomDataMapPointGenerator
,CustomDataPointGenerator
,GitPointGenerator
,JacocoPointGenerator
,JenkinsBasePointGenerator
,JUnitPointGenerator
,MetricsPointGenerator
,PerformancePointGenerator
,PerfPublisherPointGenerator
,RobotFrameworkPointGenerator
,SerenityPointGenerator
,SonarQubePointGenerator
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAbstractPointGenerator
(Run<?, ?> build, TaskListener listener, ProjectNameRenderer projectNameRenderer, long timestamp, String jenkinsEnvParameterTag) -
Method Summary
Modifier and TypeMethodDescriptioncom.influxdb.client.write.Point
buildPoint
(String name, String customPrefix, Run<?, ?> build) Initializes a basic build point with the basic data already set.com.influxdb.client.write.Point
buildPoint
(String name, String customPrefix, Run<?, ?> build, long timestamp) Initializes a basic build point with the basic data already set with a specified timestamp.protected Properties
parsePropertiesString
(String propertiesString) resolveEnvParameterAndTransformToMap
(Properties properties) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jenkinsci.plugins.influxdb.generators.PointGenerator
generate, hasReport
-
Field Details
-
PROJECT_NAMESPACE
- See Also:
-
PROJECT_NAME
- See Also:
-
PROJECT_PATH
- See Also:
-
INSTANCE
- See Also:
-
BUILD_NUMBER
- See Also:
-
CUSTOM_PREFIX
- See Also:
-
timestamp
protected final long timestamp -
build
-
listener
-
-
Constructor Details
-
AbstractPointGenerator
public AbstractPointGenerator(Run<?, ?> build, TaskListener listener, ProjectNameRenderer projectNameRenderer, long timestamp, String jenkinsEnvParameterTag)
-
-
Method Details
-
buildPoint
public com.influxdb.client.write.Point buildPoint(String name, String customPrefix, Run<?, ?> build, long timestamp) Description copied from interface:PointGenerator
Initializes a basic build point with the basic data already set with a specified timestamp.- Specified by:
buildPoint
in interfacePointGenerator
-
buildPoint
Description copied from interface:PointGenerator
Initializes a basic build point with the basic data already set.- Specified by:
buildPoint
in interfacePointGenerator
-
parsePropertiesString
-
resolveEnvParameterAndTransformToMap
-