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
CommandExecutionCallbackHandler that logs the output to a ExecutionContext.| Constructor and Description |
|---|
ExecutionContextOverthereProcessOutputHandler(com.xebialabs.deployit.plugin.api.execution.ExecutionContext ctx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleErrorLine(java.lang.String line)
Deprecated.
|
void |
handleOutput(char c)
Deprecated.
|
void |
handleOutputLine(java.lang.String line)
Deprecated.
|
public ExecutionContextOverthereProcessOutputHandler(com.xebialabs.deployit.plugin.api.execution.ExecutionContext ctx)
public void handleOutputLine(java.lang.String line)
handleOutputLine in interface com.xebialabs.overthere.OverthereProcessOutputHandlerpublic void handleErrorLine(java.lang.String line)
handleErrorLine in interface com.xebialabs.overthere.OverthereProcessOutputHandlerpublic void handleOutput(char c)
handleOutput in interface com.xebialabs.overthere.OverthereProcessOutputHandler