Uses of Class
hudson.plugins.performance.parsers.PerformanceReportParser
Package
Description
-
Uses of PerformanceReportParser in hudson.plugins.performance
Modifier and TypeMethodDescriptionPerformancePublisher.getParsers()
protected List<PerformanceReportParser>
PerformancePublisher.getParsers
(Run<?, ?> build, FilePath workspace, PrintStream logger, EnvVars env) Modifier and TypeMethodDescriptionvoid
PerformancePublisher.compareWithRelativeThreshold
(Run<?, ?> run, FilePath workspace, TaskListener listener, List<PerformanceReportParser> parsers) void
PerformancePublisher.evaluateInStandardMode
(Run<?, ?> run, FilePath workspace, Collection<PerformanceReport> parsedReports, TaskListener listener, List<PerformanceReportParser> parsers) PerformancePublisher.getBuildUriReports
(Run<?, ?> build, FilePath workspace, TaskListener listener, List<PerformanceReportParser> parsers, boolean locatePerformanceReports) PerformancePublisher.prepareEvaluation
(Run<?, ?> run, FilePath workspace, TaskListener listener, List<PerformanceReportParser> parsers) preparing evaluation - this is necessary regardless of the mode of evaluationvoid
PerformancePublisher.setParsers
(List<PerformanceReportParser> parsers) ModifierConstructorDescriptionPerformancePublisher
(String sourceDataFiles, int errorFailedThreshold, int errorUnstableThreshold, String errorUnstableResponseTimeThreshold, double relativeFailedThresholdPositive, double relativeFailedThresholdNegative, double relativeUnstableThresholdPositive, double relativeUnstableThresholdNegative, int nthBuildNumber, boolean modePerformancePerTestCase, String configType, boolean modeOfThreshold, boolean failBuildIfNoResultFile, boolean compareBuildPrevious, boolean modeThroughput, boolean showTrendGraphs, List<PerformanceReportParser> parsers) Legacy constructor used for internal references. -
Uses of PerformanceReportParser in hudson.plugins.performance.actions
Modifier and TypeMethodDescriptionPerformanceBuildAction.getParserByDisplayName
(String displayName) ModifierConstructorDescriptionPerformanceBuildAction
(Run<?, ?> pBuild, PrintStream logger, List<PerformanceReportParser> parsers) -
Uses of PerformanceReportParser in hudson.plugins.performance.descriptors
Modifier and TypeMethodDescriptionPerformanceReportParserDescriptor.all()
Returns all the registeredPerformanceReportParserDescriptor
s. -
Uses of PerformanceReportParser in hudson.plugins.performance.parsers
Modifier and TypeClassDescriptionclass
An abstraction for parsing data to PerformanceReport instances.class
Parses Iago results as dumped by the server.class
class
Parser for JMeter.class
Parses JMeter Summarized resultsclass
Parser for JUnit.class
Parser for LoadRunner Analysis results stored in an MS Access database (*.mdb file).class
class
Parser for Taurusclass
Parser for wrk (https://github.com/wg/wrk)Modifier and TypeMethodDescriptionstatic ExtensionList<PerformanceReportParser>
PerformanceReportParser.all()
All registered implementations.static List<PerformanceReportParser>
ParserFactory.getParser
(Run<?, ?> build, FilePath workspace, PrintStream logger, String glob, EnvVars env, String percentiles, String filterRegex)