public class LoadTestLogMessageEntry extends Object implements LoadTestLogEntry
| Constructor and Description | 
|---|
| LoadTestLogMessageEntry(String message) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | discard() | 
| void | exportToFile(String fileName) | 
| ActionList | getActions() | 
| ImageIcon | getIcon() | 
| String | getMessage() | 
| String | getTargetStepName() | 
| long | getTimeStamp() | 
| String | getType() | 
| boolean | isDiscarded() | 
| boolean | isError() | 
public LoadTestLogMessageEntry(String message)
public String getMessage()
getMessage in interface LoadTestLogEntrypublic long getTimeStamp()
getTimeStamp in interface LoadTestLogEntrypublic String getTargetStepName()
getTargetStepName in interface LoadTestLogEntrypublic ImageIcon getIcon()
getIcon in interface LoadTestLogEntrypublic String getType()
getType in interface LoadTestLogEntrypublic boolean isError()
isError in interface LoadTestLogEntrypublic ActionList getActions()
getActions in interface LoadTestLogEntrypublic void exportToFile(String fileName) throws IOException
exportToFile in interface LoadTestLogEntryIOExceptionpublic void discard()
discard in interface LoadTestLogEntrypublic boolean isDiscarded()
isDiscarded in interface LoadTestLogEntryCopyright © 2019. All Rights Reserved.