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 Details

    • hasReport

      boolean hasReport()
    • generate

      AbstractPoint[] generate()
    • buildPoint

      AbstractPoint buildPoint(String name, String customPrefix, Run<?,?> build, long timeStamp)
      Initializes a basic build point with the basic data already set with a specified timestamp.
    • buildPoint

      AbstractPoint buildPoint(String name, String customPrefix, Run<?,?> build)
      Initializes a basic build point with the basic data already set.