Uses of Class
jetbrains.buildServer.plugins.classLoaders.CallParentClassLoader
-
Packages that use CallParentClassLoader Package Description jetbrains.buildServer.plugins.classLoaders -
-
Uses of CallParentClassLoader in jetbrains.buildServer.plugins.classLoaders
Methods in jetbrains.buildServer.plugins.classLoaders that return CallParentClassLoader Modifier and Type Method Description static CallParentClassLoader
CallParentClassLoader. getLoader()
static CallParentClassLoader
CallParentClassLoader. valueOf(String name)
Returns the enum constant of this type with the specified name.static CallParentClassLoader[]
CallParentClassLoader. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-