Uses of Class
hudson.util.ClasspathBuilder
Packages that use ClasspathBuilder
Package
Description
Code related to agents.
Other miscellaneous utility code
-
Uses of ClasspathBuilder in hudson.slaves
Methods in hudson.slaves with parameters of type ClasspathBuilderModifier and TypeMethodDescriptionstatic hudson.remoting.Channel
Channels.newJVM
(String displayName, TaskListener listener, FilePath workDir, ClasspathBuilder classpath, Map<String, String> systemProperties) Deprecated.removed without replacementstatic hudson.remoting.Channel
Channels.newJVM
(String displayName, TaskListener listener, JVMBuilder vmb, FilePath workDir, ClasspathBuilder classpath) Deprecated.removed without replacement -
Uses of ClasspathBuilder in hudson.util
Methods in hudson.util that return ClasspathBuilderModifier and TypeMethodDescriptionAdds a single directory or a jar file.Adds a single directory or a jar file.Adds a single directory or a jar file.Adds all the files that matches the given glob in the directory.Adds a jar file that contains the given class.JVMBuilder.classpath()
Returns a builder object for creating classpath arguments.