com.rational.test.ft.services

Interface IExecutionHistoryLog



  • public interface IExecutionHistoryLog
    • 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()
      • writeExecutionEvent

        void writeExecutionEvent(org.eclipse.hyades.test.common.event.ExecutionEvent event)
        To change the parent id (for Keyword support).