public interface CommandOutputHandlerSupport extends CommandHandlerSupport
Command.CommandAware| Modifier and Type | Method and Description |
|---|---|
void |
process(InputStream output)
Process an output stream generated by the external process (either stdout or stderr)
|
complete, setWatchdogvoid process(@Nonnull InputStream output) throws IOException
output - the external process' output stream (available as an input to this class)IOException - if there is a problem processing the outputCopyright © 2022 Atlassian. All rights reserved.