Class StorageOutputHandler

java.lang.Object
com.xebialabs.xlrelease.plugin.overthere.util.StorageOutputHandler
All Implemented Interfaces:
com.xebialabs.overthere.OverthereExecutionOutputHandler

public class StorageOutputHandler extends Object implements com.xebialabs.overthere.OverthereExecutionOutputHandler
  • Constructor Details

    • StorageOutputHandler

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

    • handleChar

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

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

      public String getOutput()