hudson.plugins.jmeter
Class JMeterReport

java.lang.Object
  extended by hudson.plugins.jmeter.JMeterReport
All Implemented Interfaces:
hudson.model.ModelObject

public class JMeterReport
extends java.lang.Object
implements hudson.model.ModelObject


Method Summary
 void addSample(HttpSample pHttpSample)
           
 int countErrors()
           
 long getAverage()
           
 hudson.model.AbstractBuild<?,?> getBuild()
           
 java.lang.String getDisplayName()
           
 UriReport getDynamic(java.lang.String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 long getMax()
           
 long getMin()
           
 java.util.Map<java.lang.String,UriReport> getUriReportMap()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.