Class StorageOutputHandler
- java.lang.Object
-
- com.xebialabs.xlrelease.plugin.overthere.util.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.StringgetOutput()voidhandleChar(char c)voidhandleLine(java.lang.String line)
-
-
-
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:
handleCharin interfacecom.xebialabs.overthere.OverthereExecutionOutputHandler
-
handleLine
public void handleLine(java.lang.String line)
- Specified by:
handleLinein interfacecom.xebialabs.overthere.OverthereExecutionOutputHandler
-
getOutput
public java.lang.String getOutput()
-
-