Interface PointGenerator
- All Known Implementing Classes:
AbstractPointGenerator,AgentPointGenerator,ChangeLogPointGenerator,CoberturaPointGenerator,CoveragePointGenerator,CustomDataMapPointGenerator,CustomDataPointGenerator,GitPointGenerator,JacocoPointGenerator,JenkinsBasePointGenerator,JUnitPointGenerator,MetricsPointGenerator,PerformancePointGenerator,PerfPublisherPointGenerator,RobotFrameworkPointGenerator,SerenityPointGenerator,SonarQubePointGenerator
public interface PointGenerator
-
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.generate()boolean
-
Method Details
-
hasReport
boolean hasReport() -
generate
AbstractPoint[] generate() -
buildPoint
Initializes a basic build point with the basic data already set with a specified timestamp. -
buildPoint
Initializes a basic build point with the basic data already set.
-