public interface IExecutionHistoryLog
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLogDirectory() |
java.lang.String |
getScriptName() |
void |
setParentId(java.lang.String parentId)
Sets the current parent ID for nested external events.
|
void |
startLogging() |
void |
stopLogging() |
void |
writeExecutionEvent(org.eclipse.hyades.test.common.event.ExecutionEvent event)
To change the parent id (for Keyword support).
|
void |
writeExecutionEvent(java.lang.String event)
Emit the
toString of an execution event to the
event stream. |
void startLogging()
void stopLogging()
void writeExecutionEvent(java.lang.String event)
toString of an execution event to the
event stream.event - The toString of an execution event.void setParentId(java.lang.String parentId)
parentId - The active parent ID.java.lang.String getLogDirectory()
java.lang.String getScriptName()
void writeExecutionEvent(org.eclipse.hyades.test.common.event.ExecutionEvent event)