Uses of Class
hudson.util.ArgumentListBuilder
Package
Description
Other miscellaneous utility code
-
Uses of ArgumentListBuilder in hudson
-
Uses of ArgumentListBuilder in hudson.tasks
Modifier and TypeMethodDescriptionprotected void
Maven.wrapUpArguments
(ArgumentListBuilder args, String normalizedTarget, AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) Allows the derived type to make additional modifications to the arguments list. -
Uses of ArgumentListBuilder in hudson.util
Modifier and TypeMethodDescriptionOptionally hide this part of the command line from being printed to the log.ArgumentListBuilder.addKeyValuePair
(String prefix, String key, String value, boolean mask) ArgumentListBuilder.addKeyValuePairs
(String prefix, Map<String, String> props) Adds key value pairs as "-Dkey=value -Dkey=value ..."-D
portion is configurable as the 'prefix' parameter.ArgumentListBuilder.addKeyValuePairs
(String prefix, Map<String, String> props, Set<String> propsToMask) Adds key value pairs as "-Dkey=value -Dkey=value ..." with masking.ArgumentListBuilder.addKeyValuePairsFromPropertyString
(String prefix, String properties, VariableResolver<String> vr) Adds key value pairs as "-Dkey=value -Dkey=value ..." by parsing a given string usingProperties
.ArgumentListBuilder.addKeyValuePairsFromPropertyString
(String prefix, String properties, VariableResolver<String> vr, Set<String> propsToMask) Adds key value pairs as "-Dkey=value -Dkey=value ..." by parsing a given string usingProperties
with masking.Adds an argument by quoting it.ArgumentListBuilder.addTokenized
(String s) Decomposes the given token into multiple arguments by splitting via whitespace.JVMBuilder.args()
Arguments to the main class.ArgumentListBuilder.clone()
JVMBuilder.toFullArguments()
ArgumentListBuilder.toWindowsCommand()
Calls toWindowsCommand(false)ArgumentListBuilder.toWindowsCommand
(boolean escapeVars) Wrap command in aCMD.EXE
call so we can return the exit code (ERRORLEVEL
).JVMBuilder.vmopts()
JVM options.