hudson.plugins.performance
Class AbstractReport
java.lang.Object
hudson.plugins.performance.AbstractReport
- Direct Known Subclasses:
- PerformanceReport, UriReport
public abstract class AbstractReport
- extends java.lang.Object
Abstract class for classes with size, error, 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 java.lang.String errorPercentFormated()
getAverage
public abstract long getAverage()
getAverageFormated
public java.lang.String getAverageFormated()
getMax
public abstract long getMax()
getMaxFormated
public java.lang.String getMaxFormated()
getMin
public abstract long getMin()
size
public abstract int size()
Copyright © 2010. All Rights Reserved.