Uses of Class
hudson.plugins.performance.parsers.PerformanceReportParser
Packages that use PerformanceReportParser
Package
Description
-
Uses of PerformanceReportParser in hudson.plugins.performance
Methods in hudson.plugins.performance that return types with arguments of type PerformanceReportParserModifier and TypeMethodDescriptionPerformancePublisher.getParsers()
protected List<PerformanceReportParser>
PerformancePublisher.getParsers
(Run<?, ?> build, FilePath workspace, PrintStream logger, EnvVars env) Method parameters in hudson.plugins.performance with type arguments of type PerformanceReportParserModifier 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) Constructor parameters in hudson.plugins.performance with type arguments of type PerformanceReportParserModifierConstructorDescriptionPerformancePublisher
(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
Methods in hudson.plugins.performance.actions that return PerformanceReportParserModifier and TypeMethodDescriptionPerformanceBuildAction.getParserByDisplayName
(String displayName) Constructor parameters in hudson.plugins.performance.actions with type arguments of type PerformanceReportParserModifierConstructorDescriptionPerformanceBuildAction
(Run<?, ?> pBuild, PrintStream logger, List<PerformanceReportParser> parsers) -
Uses of PerformanceReportParser in hudson.plugins.performance.descriptors
Methods in hudson.plugins.performance.descriptors that return types with arguments of type PerformanceReportParserModifier and TypeMethodDescriptionPerformanceReportParserDescriptor.all()
Returns all the registeredPerformanceReportParserDescriptor
s. -
Uses of PerformanceReportParser in hudson.plugins.performance.parsers
Subclasses of PerformanceReportParser in hudson.plugins.performance.parsersModifier 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)Methods in hudson.plugins.performance.parsers that return types with arguments of type PerformanceReportParserModifier 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)