Uses of Class
org.kiwiproject.beta.base.process.ProcessResult
Packages that use ProcessResult
-
Uses of ProcessResult in org.kiwiproject.beta.base.process
Methods in org.kiwiproject.beta.base.process that return ProcessResultModifier and TypeMethodDescriptionProcessResult.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, long timeout, TimeUnit timeoutUnit) Execute command with the given timeout.static ProcessResultProcessHelpers.execute(org.kiwiproject.base.process.ProcessHelper processHelper, List<String> command, Duration timeout) Execute command with the given timeout.