hudson.plugins.performance
Class JMeterParser

java.lang.Object
  extended by hudson.plugins.performance.PerformanceReportParser
      extended by hudson.plugins.performance.JMeterParser
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<PerformanceReportParser>
Direct Known Subclasses:
JUnitParser

public class JMeterParser
extends PerformanceReportParser

Parser for JMeter.

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class JMeterParser.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.plugins.performance.PerformanceReportParser
glob
 
Constructor Summary
JMeterParser(java.lang.String glob)
           
 
Method Summary
 java.lang.String getDefaultGlobPattern()
           
 java.util.Collection<PerformanceReport> parse(hudson.model.AbstractBuild<?,?> build, java.util.Collection<java.io.File> reports, hudson.model.TaskListener listener)
          Parses the specified reports into PerformanceReports.
 
Methods inherited from class hudson.plugins.performance.PerformanceReportParser
all, getDescriptor, getReportName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMeterParser

@DataBoundConstructor
public JMeterParser(java.lang.String glob)
Method Detail

getDefaultGlobPattern

public java.lang.String getDefaultGlobPattern()
Specified by:
getDefaultGlobPattern in class PerformanceReportParser

parse

public java.util.Collection<PerformanceReport> parse(hudson.model.AbstractBuild<?,?> build,
                                                     java.util.Collection<java.io.File> reports,
                                                     hudson.model.TaskListener listener)
                                              throws java.io.IOException
Description copied from class: PerformanceReportParser
Parses the specified reports into PerformanceReports.

Specified by:
parse in class PerformanceReportParser
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.