| Package | Description |
|---|---|
| com.atlassian.bamboo.testutils |
| Modifier and Type | Method and Description |
|---|---|
ProcessDescriptor |
CommandExecutor.exec(String command)
A naive exec method that splits the passed command at each space.
|
ProcessDescriptor |
CommandExecutor.exec(String[] command) |
ProcessDescriptor |
CommandExecutor.exec(String[] command,
File workingDirectory,
long timeout) |
ProcessDescriptor |
CommandExecutor.startDaemon(String[] command,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandExecutor.stopDaemon(ProcessDescriptor processDescriptor) |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.