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,
Duration timeout) |
ProcessDescriptor |
CommandExecutor.startDaemon(String[] command,
Duration timeout) |
Modifier and Type | Method and Description |
---|---|
void |
CommandExecutor.stopDaemon(ProcessDescriptor processDescriptor) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.