public class ShellSession extends Object
| Constructor and Description |
|---|
ShellSession(long sessionId,
StreamHandlers.LineHandler stdOutHandler,
StreamHandlers.LineHandler stdErrHandler,
Thread careTakerThread) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyProcess() |
void |
execute(String command) |
void |
startProcess() |
public ShellSession(long sessionId,
StreamHandlers.LineHandler stdOutHandler,
StreamHandlers.LineHandler stdErrHandler,
Thread careTakerThread)
public void startProcess()
public void destroyProcess()
public void execute(String command) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.