Uses of Interface
jenkins.util.JenkinsClassLoader
-
Packages that use JenkinsClassLoader Package Description hudson jenkins.util -
-
Uses of JenkinsClassLoader in hudson
Classes in hudson that implement JenkinsClassLoader Modifier and Type Class Description class
PluginFirstClassLoader
Deprecated.class
PluginFirstClassLoader2
Class loader that consults the plugin'sWEB-INF/lib/*.jar
andWEB-INF/classes
directories and the Jenkins core class loader (in that order). -
Uses of JenkinsClassLoader in jenkins.util
Classes in jenkins.util that implement JenkinsClassLoader Modifier and Type Class Description class
AntClassLoader
Deprecated.useURLClassLoader2
class
URLClassLoader2
URLClassLoader
with loosened visibility for use withClassLoaderReflectionToolkit
.
-