IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.services
Interface IExecutionHistoryLog


public interface IExecutionHistoryLog


Method Summary
 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(java.lang.String event)
          Emit the toString of an execution event to the event stream.
 

Method Detail

startLogging

void startLogging()

stopLogging

void stopLogging()

writeExecutionEvent

void writeExecutionEvent(java.lang.String event)
Emit the toString of an execution event to the event stream.

Parameters:
event - The toString of an execution event.

setParentId

void setParentId(java.lang.String parentId)
Sets the current parent ID for nested external events.

Parameters:
parentId - The active parent ID.

getLogDirectory

java.lang.String getLogDirectory()

getScriptName

java.lang.String getScriptName()