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