Package com.atlassian.bamboo.shell
Class ShellSession
- java.lang.Object
-
- com.atlassian.bamboo.shell.ShellSession
-
public class ShellSession extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroyProcess()
void
execute(String command)
void
startProcess()
-
-
-
Method Detail
-
startProcess
public void startProcess()
-
destroyProcess
public void destroyProcess()
-
execute
public void execute(String command) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-