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 LoadTestLogEntry
public TestStepResult getTestStepResult()
public long getTimeStamp()
getTimeStamp
in interface LoadTestLogEntry
public String getTargetStepName()
getTargetStepName
in interface LoadTestLogEntry
public ImageIcon getIcon()
getIcon
in interface LoadTestLogEntry
public String getType()
getType
in interface LoadTestLogEntry
public boolean isError()
isError
in interface LoadTestLogEntry
public ActionList getActions()
getActions
in interface LoadTestLogEntry
public void exportToFile(String fileName) throws IOException
exportToFile
in interface LoadTestLogEntry
IOException
public void discard()
discard
in interface LoadTestLogEntry
public boolean isDiscarded()
isDiscarded
in interface LoadTestLogEntry
Copyright © 2019. All Rights Reserved.