hudson.plugins.blazemeter.api
Class AggregateTestResult

java.lang.Object
  extended by hudson.plugins.blazemeter.api.AggregateTestResult

public class AggregateTestResult
extends Object

BlazeMeter User: moshe Date: 5/28/12 Time: 12:51 PM


Constructor Summary
AggregateTestResult()
           
 
Method Summary
 AggregateTestResult fromJSON(String json)
           
static AggregateTestResult generate(String json)
           
 double getAverage()
           
 double getErrorPercentage()
           
 double getHits()
           
 double getKbs()
           
 double getMax()
           
 double getMedian()
           
 double getMin()
           
 long getN()
           
 double getPercentile90()
           
 double getPercentile99()
           
 double getSamples()
           
 double getStd()
           
static void main(String[] args)
           
protected  org.codehaus.jackson.map.ObjectMapper mapper()
           
 void setAverage(double average)
           
 void setErrorPercentage(double errorPercentage)
           
 void setHits(double hits)
           
 void setKbs(double kbs)
           
 void setMax(double max)
           
 void setMedian(double median)
           
 void setMin(double min)
           
 void setN(long n)
           
 void setPercentile90(double percentile90)
           
 void setPercentile99(double percentile99)
           
 void setSamples(double samples)
           
 void setStd(double std)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggregateTestResult

public AggregateTestResult()
Method Detail

generate

public static AggregateTestResult generate(String json)
                                    throws IOException
Throws:
IOException

mapper

protected org.codehaus.jackson.map.ObjectMapper mapper()

fromJSON

public AggregateTestResult fromJSON(String json)
                             throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object

getStd

public double getStd()

setStd

public void setStd(double std)

getAverage

public double getAverage()

setAverage

public void setAverage(double average)

getMin

public double getMin()

setMin

public void setMin(double min)

getMax

public double getMax()

setMax

public void setMax(double max)

getSamples

public double getSamples()

setSamples

public void setSamples(double samples)

getMedian

public double getMedian()

setMedian

public void setMedian(double median)

getPercentile90

public double getPercentile90()

setPercentile90

public void setPercentile90(double percentile90)

getPercentile99

public double getPercentile99()

setPercentile99

public void setPercentile99(double percentile99)

getErrorPercentage

public double getErrorPercentage()

setErrorPercentage

public void setErrorPercentage(double errorPercentage)

getHits

public double getHits()

setHits

public void setHits(double hits)

getKbs

public double getKbs()

setKbs

public void setKbs(double kbs)

getN

public long getN()

setN

public void setN(long n)

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © July 2012-2012 BlazeMeterInc. All Rights Reserved.