hudson.plugins.jmeter
Class JMeterReport
java.lang.Object
hudson.plugins.jmeter.JMeterReport
- All Implemented Interfaces:
- hudson.model.ModelObject
public class JMeterReport
- extends java.lang.Object
- implements hudson.model.ModelObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addSample
public void addSample(HttpSample pHttpSample)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
countErrors
public int countErrors()
getAverage
public long getAverage()
getBuild
public hudson.model.AbstractBuild<?,?> getBuild()
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.ModelObject
getDynamic
public UriReport getDynamic(java.lang.String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
- Throws:
java.io.IOException
getMax
public long getMax()
getMin
public long getMin()
getUriReportMap
public java.util.Map<java.lang.String,UriReport> getUriReportMap()
size
public int size()
Copyright © 2009. All Rights Reserved.