hudson.plugins.performance
Class JUnitParser

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

public class JUnitParser
extends JMeterParser

Parser for JUnit.

Author:
Manuel Carrasco

Nested Class Summary
static class JUnitParser.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
JUnitParser(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

JUnitParser

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

getDefaultGlobPattern

public java.lang.String getDefaultGlobPattern()
Overrides:
getDefaultGlobPattern in class JMeterParser

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.

Overrides:
parse in class JMeterParser
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.