Uses of Class
com.atlassian.bamboo.testutils.ProcessDescriptor
-
Packages that use ProcessDescriptor Package Description com.atlassian.bamboo.testutils -
-
Uses of ProcessDescriptor in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return ProcessDescriptor Modifier and Type Method 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, @Nullable File workingDirectory, Duration timeout)
ProcessDescriptor
CommandExecutor. startDaemon(String[] command, Duration timeout)
Methods in com.atlassian.bamboo.testutils with parameters of type ProcessDescriptor Modifier and Type Method Description void
CommandExecutor. stopDaemon(ProcessDescriptor processDescriptor)
-