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 Summary
ConstructorsConstructorDescriptionStorageOutputHandler(com.xebialabs.xlrelease.domain.PythonScript pythonScript, TaskExecutionLogHelper taskExecutionLogHelper, boolean isErrorHandler) -
Method Summary
-
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:
handleCharin interfacecom.xebialabs.overthere.OverthereExecutionOutputHandler
-
handleLine
- Specified by:
handleLinein interfacecom.xebialabs.overthere.OverthereExecutionOutputHandler
-
getOutput
-