com.eviware.soapui.impl.wsdl.loadtest.data
Class StatisticsHistory
java.lang.Object
com.eviware.soapui.impl.wsdl.loadtest.data.StatisticsHistory
public class StatisticsHistory
- extends java.lang.Object
Collector of statistics to be exposed as TableModels
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsHistory
public StatisticsHistory(LoadTestStatistics statistics)
getResolution
public long getResolution()
setResolution
public void setResolution(long resolution)
getRowCount
public int getRowCount()
getHistoryAt
public long[][] getHistoryAt(int index)
getThreadCountAt
public long getThreadCountAt(int index)
getTestStepHistory
public StatisticsHistory.StatisticsHistoryModel getTestStepHistory(int testStepIndex)
getStatisticsValueHistory
public StatisticsHistory.StatisticsHistoryModel getStatisticsValueHistory(LoadTestStatistics.Statistic statistic)
reset
public void reset()
Copyright © 2005-2007 eviware.com. All Rights Reserved.