public class LoadTestLogErrorEntry extends Object implements LoadTestLogEntry
| Constructor and Description | 
|---|
| LoadTestLogErrorEntry(String type,
                     String message,
                     ImageIcon icon,
                     int threadIndex) | 
| LoadTestLogErrorEntry(String type,
                     String error,
                     TestStepResult result,
                     ImageIcon icon,
                     int threadIndex) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | discard() | 
| void | exportToFile(String fileName) | 
| ActionList | getActions() | 
| ImageIcon | getIcon() | 
| String | getMessage() | 
| String | getTargetStepName() | 
| TestStepResult | getTestStepResult() | 
| long | getTimeStamp() | 
| String | getType() | 
| boolean | isDiscarded() | 
| boolean | isError() | 
public LoadTestLogErrorEntry(String type, String error, TestStepResult result, ImageIcon icon, int threadIndex)
public String getMessage()
getMessage in interface LoadTestLogEntrypublic TestStepResult getTestStepResult()
public 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.