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 TypeMethodDescriptionvoidPerformancePublisher.compareWithRelativeThreshold(Run<?, ?> run, FilePath workspace, TaskListener listener, List<PerformanceReportParser> parsers) voidPerformancePublisher.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 evaluationvoidPerformancePublisher.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 registeredPerformanceReportParserDescriptors. -
Uses of PerformanceReportParser in hudson.plugins.performance.parsers
Subclasses of PerformanceReportParser in hudson.plugins.performance.parsersModifier and TypeClassDescriptionclassAn abstraction for parsing data to PerformanceReport instances.classParses Iago results as dumped by the server.classclassParser for JMeter.classParses JMeter Summarized resultsclassParser for JUnit.classParser for LoadRunner Analysis results stored in an MS Access database (*.mdb file).classclassParser for TaurusclassParser 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)