Class PerformanceReportParser

java.lang.Object
hudson.plugins.performance.parsers.PerformanceReportParser
All Implemented Interfaces:
ExtensionPoint, Describable<PerformanceReportParser>
Direct Known Subclasses:
AbstractParser

public abstract class PerformanceReportParser extends Object implements Describable<PerformanceReportParser>, ExtensionPoint
Parses performance result files into PerformanceReports. This object is persisted with PerformancePublisher into the project configuration.

Subtypes can define additional parser-specific parameters as instance fields.

Author:
Kohsuke Kawaguchi
  • Field Details

    • glob

      public final String glob
      GLOB patterns that specify the performance report.
    • reportURL

      public String reportURL
    • excludeResponseTime

      protected boolean excludeResponseTime
      Exclude response time of errored samples
    • showTrendGraphs

      protected boolean showTrendGraphs
    • baselineBuild

      protected int baselineBuild
  • Constructor Details

    • PerformanceReportParser

      protected PerformanceReportParser(String glob)
  • Method Details