Uses of Class
hudson.util.ArgumentListBuilder

Packages that use ArgumentListBuilder
hudson   
hudson.maven Maven support. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.util Other miscellaneous utility code 
 

Uses of ArgumentListBuilder in hudson
 

Methods in hudson with parameters of type ArgumentListBuilder
 Launcher.ProcStarter Launcher.ProcStarter.cmds(ArgumentListBuilder args)
           
 

Uses of ArgumentListBuilder in hudson.maven
 

Methods in hudson.maven that return ArgumentListBuilder
protected  ArgumentListBuilder AbstractMavenProcessFactory.buildMavenAgentCmdLine(BuildListener listener, int tcpPort)
          Builds the command line argument list to launch the maven process.
 ArgumentListBuilder MavenArgumentInterceptorAction.intercept(ArgumentListBuilder mavenargs, MavenModuleSetBuild build)
          Change/add arguments to any needs, but special care has to be taken, as the list contains every argument needed for the default execution (e.g.
 

Methods in hudson.maven with parameters of type ArgumentListBuilder
 ArgumentListBuilder MavenArgumentInterceptorAction.intercept(ArgumentListBuilder mavenargs, MavenModuleSetBuild build)
          Change/add arguments to any needs, but special care has to be taken, as the list contains every argument needed for the default execution (e.g.
 

Uses of ArgumentListBuilder in hudson.tasks
 

Methods in hudson.tasks with parameters of type ArgumentListBuilder
protected  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
 

Methods in hudson.util that return ArgumentListBuilder
 ArgumentListBuilder ArgumentListBuilder.add(File f)
           
 ArgumentListBuilder ArgumentListBuilder.add(Object a)
           
 ArgumentListBuilder ArgumentListBuilder.add(Object a, boolean mask)
           
 ArgumentListBuilder ArgumentListBuilder.add(String... args)
           
 ArgumentListBuilder ArgumentListBuilder.add(String a)
           
 ArgumentListBuilder ArgumentListBuilder.add(String a, boolean mask)
          Optionally hide this part of the command line from being printed to the log.
 ArgumentListBuilder ArgumentListBuilder.addKeyValuePair(String prefix, String key, String value, boolean mask)
           
 ArgumentListBuilder 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 ArgumentListBuilder.addKeyValuePairs(String prefix, Map<String,String> props, Set<String> propsToMask)
          Adds key value pairs as "-Dkey=value -Dkey=value ..." with masking.
 ArgumentListBuilder ArgumentListBuilder.addKeyValuePairsFromPropertyString(String prefix, String properties, VariableResolver vr)
          Adds key value pairs as "-Dkey=value -Dkey=value ..." by parsing a given string using Properties.
 ArgumentListBuilder ArgumentListBuilder.addKeyValuePairsFromPropertyString(String prefix, String properties, VariableResolver vr, Set<String> propsToMask)
          Adds key value pairs as "-Dkey=value -Dkey=value ..." by parsing a given string using Properties with masking.
 ArgumentListBuilder ArgumentListBuilder.addQuoted(String a)
          Adds an argument by quoting it.
 ArgumentListBuilder ArgumentListBuilder.addQuoted(String a, boolean mask)
           
 ArgumentListBuilder ArgumentListBuilder.addTokenized(String s)
          Decomposes the given token into multiple arguments by splitting via whitespace.
 ArgumentListBuilder JVMBuilder.args()
          Arguments to the main class.
 ArgumentListBuilder ArgumentListBuilder.clone()
           
 ArgumentListBuilder ArgumentListBuilder.prepend(String... args)
           
 ArgumentListBuilder JVMBuilder.toFullArguments()
           
 ArgumentListBuilder ArgumentListBuilder.toWindowsCommand()
          Calls toWindowsCommand(false)
 ArgumentListBuilder ArgumentListBuilder.toWindowsCommand(boolean escapeVars)
          Wrap command in a CMD.EXE call so we can return the exit code (ERRORLEVEL).
 ArgumentListBuilder JVMBuilder.vmopts()
          JVM options.
 



Copyright © 2004-2013. All Rights Reserved.