Uses of Class
hudson.plugins.performance.reports.PerformanceReport
Packages that use PerformanceReport
Package
Description
-
Uses of PerformanceReport in hudson.plugins.performance
Methods in hudson.plugins.performance that return PerformanceReportModifier and TypeMethodDescriptionPerformanceReportMap.getPerformanceReport(String performanceReportName) Give the Performance report with the parameter for name in BeanTrendReportGraphs.getPerformanceReport()protected PerformanceReportPerformanceReportMap.getPerformanceReportForBuild(Run<?, ?> build, String key) Methods in hudson.plugins.performance that return types with arguments of type PerformanceReportModifier and TypeMethodDescriptionPerformanceReportMap.getPerformanceListOrdered()PerformanceReportMap.getPerformanceReportMap()PerformancePublisher.prepareEvaluation(Run<?, ?> run, FilePath workspace, TaskListener listener, List<PerformanceReportParser> parsers) preparing evaluation - this is necessary regardless of the mode of evaluationMethod parameters in hudson.plugins.performance with type arguments of type PerformanceReportModifier and TypeMethodDescriptionvoidPerformanceReportMap.PerformanceReportCollector.addAll(Collection<PerformanceReport> parse) voidPerformancePublisher.compareWithAbsoluteThreshold(Run<?, ?> run, TaskListener listener, Collection<PerformanceReport> parsedReports) voidPerformancePublisher.evaluateInStandardMode(Run<?, ?> run, FilePath workspace, Collection<PerformanceReport> parsedReports, TaskListener listener, List<PerformanceReportParser> parsers) voidPerformanceReportMap.setPerformanceReportMap(Map<String, PerformanceReport> performanceReportMap) Constructors in hudson.plugins.performance with parameters of type PerformanceReportModifierConstructorDescriptionTrendReportGraphs(Job<?, ?> project, Run<?, ?> build, org.kohsuke.stapler.StaplerRequest request, String filename, PerformanceReport performanceReport) -
Uses of PerformanceReport in hudson.plugins.performance.actions
Methods in hudson.plugins.performance.actions that return PerformanceReportModifier and TypeMethodDescriptionprotected PerformanceReportPerformanceProjectAction.getPerformanceReport(Run<?, ?> build, String reportFileName) -
Uses of PerformanceReport in hudson.plugins.performance.constraints
Methods in hudson.plugins.performance.constraints with parameters of type PerformanceReportModifier and TypeMethodDescriptionprotected doubleAbstractConstraint.checkMetredValueforPerfReport(AbstractConstraint.Metric meteredValue, PerformanceReport pr) Grabs a specified Metric in a specified PerformanceReport -
Uses of PerformanceReport in hudson.plugins.performance.parsers
Methods in hudson.plugins.performance.parsers that return PerformanceReportModifier and TypeMethodDescriptionprotected PerformanceReportAbstractParser.createPerformanceReport()protected static PerformanceReportAbstractParser.loadSerializedReport(File reportFile) Returns a PerformanceReport instance for the provided report file, based on previously serialized data.protected PerformanceReportMethods in hudson.plugins.performance.parsers that return types with arguments of type PerformanceReportModifier and TypeMethodDescriptionAbstractParser.parse(Run<?, ?> build, Collection<File> reports, TaskListener listener) abstract Collection<PerformanceReport> PerformanceReportParser.parse(Run<?, ?> build, Collection<File> reports, TaskListener listener) Parses the specified reports intoPerformanceReports.Methods in hudson.plugins.performance.parsers with parameters of type PerformanceReportModifier and TypeMethodDescriptionprotected voidJMeterCsvParser.parseCSV(Reader in, String[] header, PerformanceReport report) protected static voidAbstractParser.saveSerializedReport(File reportFile, PerformanceReport report) Saves a PerformanceReport instance as serialized data into a file on disc. -
Uses of PerformanceReport in hudson.plugins.performance.reports
Methods in hudson.plugins.performance.reports that return PerformanceReportMethods in hudson.plugins.performance.reports with parameters of type PerformanceReportModifier and TypeMethodDescriptionintPerformanceReport.compareTo(PerformanceReport jmReport) voidPerformanceReport.setLastBuildReport(PerformanceReport lastBuildReport) Constructors in hudson.plugins.performance.reports with parameters of type PerformanceReportModifierConstructorDescriptionThroughputReport(PerformanceReport performanceReport) UriReport(PerformanceReport performanceReport, String staplerUri, String uri)