com.xebialabs.deployit.plugin.overthere
Class ExecutionContextOverthereProcessOutputHandler
java.lang.Object
com.xebialabs.deployit.plugin.overthere.ExecutionContextOverthereProcessOutputHandler
- All Implemented Interfaces:
- com.xebialabs.overthere.OverthereProcessOutputHandler
Deprecated. Please use AutoFlushingExecutionContextOverthereProcessOutputHandler instead because it will flush the output of stdout when no output
has been sent in a while.
@Deprecated
public class ExecutionContextOverthereProcessOutputHandler
- extends java.lang.Object
- implements com.xebialabs.overthere.OverthereProcessOutputHandler
A CommandExecutionCallbackHandler that logs the output to a ExecutionContext.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionContextOverthereProcessOutputHandler
public ExecutionContextOverthereProcessOutputHandler(com.xebialabs.deployit.plugin.api.execution.ExecutionContext ctx)
- Deprecated.
handleOutputLine
public void handleOutputLine(java.lang.String line)
- Deprecated.
- Specified by:
handleOutputLine in interface com.xebialabs.overthere.OverthereProcessOutputHandler
handleErrorLine
public void handleErrorLine(java.lang.String line)
- Deprecated.
- Specified by:
handleErrorLine in interface com.xebialabs.overthere.OverthereProcessOutputHandler
handleOutput
public void handleOutput(char c)
- Deprecated.
- Specified by:
handleOutput in interface com.xebialabs.overthere.OverthereProcessOutputHandler