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 LoadTestLogEntry
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.