Class StorageOutputHandler

  • All Implemented Interfaces:
    com.xebialabs.overthere.OverthereExecutionOutputHandler

    public class StorageOutputHandler
    extends java.lang.Object
    implements com.xebialabs.overthere.OverthereExecutionOutputHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageOutputHandler​(com.xebialabs.xlrelease.domain.PythonScript pythonScript, TaskExecutionLogHelper taskExecutionLogHelper, boolean isErrorHandler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOutput()  
      void handleChar​(char c)  
      void handleLine​(java.lang.String line)  
      • Methods inherited from class java.lang.Object

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

      • StorageOutputHandler

        public StorageOutputHandler​(com.xebialabs.xlrelease.domain.PythonScript pythonScript,
                                    TaskExecutionLogHelper taskExecutionLogHelper,
                                    boolean isErrorHandler)
    • Method Detail

      • handleChar

        public void handleChar​(char c)
        Specified by:
        handleChar in interface com.xebialabs.overthere.OverthereExecutionOutputHandler
      • handleLine

        public void handleLine​(java.lang.String line)
        Specified by:
        handleLine in interface com.xebialabs.overthere.OverthereExecutionOutputHandler
      • getOutput

        public java.lang.String getOutput()