Uses of Class
hudson.util.ClasspathBuilder
Package
Description
Code related to agents.
Other miscellaneous utility code
-
Uses of ClasspathBuilder in hudson.slaves
Modifier 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
Modifier 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.