Command |
Command.addArgs(Iterable<String> args) |
Command |
Command.addArgs(String... args) |
Command |
Command.addEnvironment(Map<String,String> environment) |
Command |
Command.addEnvironment(String name,
String value) |
Command |
CommandFailedException.getCommand() |
Command |
Command.setDirectory(File directory) |
Command |
Command.setDirectory(String directory) |
Command |
Command.setSuccessfulExitCodes(int... successfulExitCodes) |
Command |
Command.setSuccessfulExitCodes(Set<Integer> successfulExitCodes) |
Command |
Command.setTimeLimit(double value,
TimeUnit timeUnit) |
Command |
Command.setTimeLimit(Duration timeLimit) |