hudson.plugins.blazemeter.api
Class AggregateTestResult
java.lang.Object
hudson.plugins.blazemeter.api.AggregateTestResult
public class AggregateTestResult
- extends Object
BlazeMeter
User: moshe
Date: 5/28/12
Time: 12:51 PM
AggregateTestResult
public AggregateTestResult()
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.