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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractPointGenerator(Run<?, ?> build, TaskListener listener, ProjectNameRenderer projectNameRenderer, long timestamp, String jenkinsEnvParameterTag) -
Method Summary
Modifier and TypeMethodDescriptionbuildPoint(String name, String customPrefix, Run<?, ?> build) Initializes a basic build point with the basic data already set.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 PropertiesparsePropertiesString(String propertiesString) resolveEnvParameterAndTransformToMap(Properties properties) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
Description copied from interface:PointGeneratorInitializes a basic build point with the basic data already set.- Specified by:
buildPointin interfacePointGenerator
-
buildPoint
Description copied from interface:PointGeneratorInitializes a basic build point with the basic data already set with a specified timestamp.- Specified by:
buildPointin interfacePointGenerator
-
parsePropertiesString
-
resolveEnvParameterAndTransformToMap
-