public class DefaultProcessOutputHandler extends AutoFlushingProcessOutputHandler
AutoFlushingProcessOutputHandler that logs the output to a ExecutionContext.FLUSH_CHECK_INTERVAL_MS, FLUSH_DELAY_MS| Constructor and Description |
|---|
DefaultProcessOutputHandler(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleErrorLine(java.lang.String line) |
protected void |
handleOutput(java.lang.String buffer) |
close, handleOutput, handleOutputLinepublic DefaultProcessOutputHandler(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
public void handleErrorLine(java.lang.String line)
protected void handleOutput(java.lang.String buffer)
handleOutput in class AutoFlushingProcessOutputHandler