Uses of Class
org.jenkinsci.utils.process.CommandBuilder
-
Uses of CommandBuilder in org.jenkinsci.utils.process
Methods in org.jenkinsci.utils.process that return CommandBuilderModifier and TypeMethodDescriptionCommandBuilder.add(CommandBuilder cmds) CommandBuilder.addAll(Collection<String> args) CommandBuilder.addKeyValuePair(String prefix, String key, String value) CommandBuilder.addKeyValuePairs(String prefix, Map<String, String> props) Adds key value pairs as "-Dkey=value -Dkey=value ..."-Dportion is configurable as the 'prefix' parameter.Adds key value pairs as "-Dkey=value -Dkey=value ..." with masking.Adds an argument by quoting it.CommandBuilder.clone()CommandBuilder.toWindowsCommand()Calls toWindowsCommand(false)CommandBuilder.toWindowsCommand(boolean escapeVars) Wrap command in a CMD.EXE call so we can return the exit code (ERRORLEVEL).Methods in org.jenkinsci.utils.process with parameters of type CommandBuilder