Uses of Class
org.kiwiproject.beta.base.process.ProcessResult
-
Packages that use ProcessResult Package Description org.kiwiproject.beta.base.process -
-
Uses of ProcessResult in org.kiwiproject.beta.base.process
Methods in org.kiwiproject.beta.base.process that return ProcessResult Modifier and Type Method Description ProcessResultProcessResult.ProcessResultBuilder. build()static ProcessResultProcessHelpers. execute(org.kiwiproject.base.process.ProcessHelper processHelper, List<String> command)Execute command with timeout of 5 seconds.static ProcessResultProcessHelpers. execute(org.kiwiproject.base.process.ProcessHelper processHelper, List<String> command, int timeout, TimeUnit timeoutUnit)Execute command with the given timeout.
-