Class TaskExecutionLogHelper


  • public class TaskExecutionLogHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskExecutionLogHelper​(com.xebialabs.xlrelease.domain.PythonScript pythonScript, com.xebialabs.xlrelease.scheduler.logs.TaskExecutionLogService taskExecutionLogService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void flushBuffer()  
      void log​(java.lang.String line)  
      void stopTimer()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskExecutionLogHelper

        public TaskExecutionLogHelper​(com.xebialabs.xlrelease.domain.PythonScript pythonScript,
                                      com.xebialabs.xlrelease.scheduler.logs.TaskExecutionLogService taskExecutionLogService)
    • Method Detail

      • log

        public void log​(java.lang.String line)
      • flushBuffer

        public void flushBuffer()
      • stopTimer

        public void stopTimer()