Uses of Class
hudson.plugins.performance.PerformanceReportParser

Uses of PerformanceReportParser in hudson.plugins.performance
 

Subclasses of PerformanceReportParser in hudson.plugins.performance
 class JMeterParser
          Parser for JMeter.
 class JUnitParser
          Parser for JUnit.
 

Methods in hudson.plugins.performance that return PerformanceReportParser
 PerformanceReportParser PerformanceBuildAction.getParserById(java.lang.String id)
           
 

Methods in hudson.plugins.performance that return types with arguments of type PerformanceReportParser
static hudson.DescriptorExtensionList<PerformanceReportParser,PerformanceReportParserDescriptor> PerformanceReportParserDescriptor.all()
          Returns all the registered PerformanceReportParserDescriptors.
static hudson.ExtensionList<PerformanceReportParser> PerformanceReportParser.all()
          All registered implementations.
 java.util.List<PerformanceReportParser> PerformancePublisher.getParsers()
           
 

Constructor parameters in hudson.plugins.performance with type arguments of type PerformanceReportParser
PerformanceBuildAction(hudson.model.AbstractBuild<?,?> pBuild, java.io.PrintStream logger, java.util.List<PerformanceReportParser> parsers)
           
PerformancePublisher(int errorFailedThreshold, int errorUnstableThreshold, java.util.List<? extends PerformanceReportParser> parsers)
           
 



Copyright © 2010. All Rights Reserved.