hudson.plugins.blazemeter
Class AbstractReport
java.lang.Object
hudson.plugins.blazemeter.AbstractReport
- Direct Known Subclasses:
- PerformanceReport, UriReport
public abstract class AbstractReport
- extends Object
Abstract class for classes with size, error, mean, average, 90 line, min and max attributes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractReport
public AbstractReport()
countErrors
public abstract int countErrors()
errorPercent
public abstract double errorPercent()
errorPercentFormated
public String errorPercentFormated()
getAverage
public abstract long getAverage()
getAverageFormated
public String getAverageFormated()
getMedian
public abstract long getMedian()
getMeanFormated
public String getMeanFormated()
get90Line
public abstract long get90Line()
get90LineFormated
public String get90LineFormated()
getMax
public abstract long getMax()
getMaxFormated
public String getMaxFormated()
getMin
public abstract long getMin()
size
public abstract int size()
getHttpCode
public abstract String getHttpCode()
getAverageDiff
public abstract long getAverageDiff()
getMedianDiff
public abstract long getMedianDiff()
getErrorPercentDiff
public abstract double getErrorPercentDiff()
getLastBuildHttpCodeIfChanged
public abstract String getLastBuildHttpCodeIfChanged()
getSizeDiff
public abstract int getSizeDiff()
Copyright © July 2012-2012 BlazeMeterInc. All Rights Reserved.