public class JMeterCsvImporter
extends com.xebialabs.xltest.importers.AbstractPerformanceSummaryResultsImporter
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_ELAPSED |
static int |
COLUMN_SAMPLE_RESULT |
static int |
COLUMN_TIMESTAMP |
| Constructor and Description |
|---|
JMeterCsvImporter(com.xebialabs.overthere.OverthereFile jmeterCsvFile) |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.xltest.domain.PerformanceResultsSummary |
constructPerformanceResultsSummary() |
java.lang.String |
getImportablePath() |
long |
getTimestamp() |
java.lang.String |
toString() |
createImportFinishedEvent, createImportStartedEvent, createPerformanceResultsEventpublic static final int COLUMN_TIMESTAMP
public static final int COLUMN_ELAPSED
public static final int COLUMN_SAMPLE_RESULT
public JMeterCsvImporter(com.xebialabs.overthere.OverthereFile jmeterCsvFile)
public long getTimestamp()
public java.lang.String getImportablePath()
getImportablePath in class com.xebialabs.xltest.importers.AbstractPerformanceSummaryResultsImporterpublic com.xebialabs.xltest.domain.PerformanceResultsSummary constructPerformanceResultsSummary()
throws com.xebialabs.xltest.domain.ImportException
constructPerformanceResultsSummary in class com.xebialabs.xltest.importers.AbstractPerformanceSummaryResultsImportercom.xebialabs.xltest.domain.ImportExceptionpublic java.lang.String toString()
toString in class java.lang.Object