com.eviware.soapui.impl.wsdl.loadtest.log
Interface LoadTestLogEntry
- All Known Implementing Classes:
- LoadTestLogErrorEntry, LoadTestLogMessageEntry
public interface LoadTestLogEntry
An entry in the loadtest log
- Author:
- Ole.Matzura
getMessage
java.lang.String getMessage()
getTimeStamp
long getTimeStamp()
getType
java.lang.String getType()
getTargetStepName
java.lang.String getTargetStepName()
getActions
ActionList getActions()
getIcon
javax.swing.ImageIcon getIcon()
isError
boolean isError()
discard
void discard()
isDiscarded
boolean isDiscarded()
exportToFile
void exportToFile(java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2010 eviware.com. All Rights Reserved.