Uses of Class
org.jenkinsci.plugins.scriptsecurity.sandbox.Whitelist
Packages that use Whitelist
Package
Description
-
Uses of Whitelist in org.jenkinsci.plugins.scriptsecurity.sandbox.blacklists
Subclasses of Whitelist in org.jenkinsci.plugins.scriptsecurity.sandbox.blacklistsModifier and TypeClassDescriptionclassExtension ofStaticWhitelistthat works as a blacklist by negating all operations -
Uses of Whitelist in org.jenkinsci.plugins.scriptsecurity.sandbox.groovy
Subclasses of Whitelist in org.jenkinsci.plugins.scriptsecurity.sandbox.groovyModifier and TypeClassDescriptionfinal classWhitelistthat allows everything defined from a specific classloader.Constructors in org.jenkinsci.plugins.scriptsecurity.sandbox.groovy with parameters of type WhitelistModifierConstructorDescriptionSandboxInterceptor(Whitelist whitelist) SandboxInterceptor(Whitelist whitelist, List<Class<?>> extensions) -
Uses of Whitelist in org.jenkinsci.plugins.scriptsecurity.sandbox.whitelists
Subclasses of Whitelist in org.jenkinsci.plugins.scriptsecurity.sandbox.whitelistsModifier and TypeClassDescriptionclassA whitelist based on listing signatures and searching them.classImplementation ofWhitelistthat permits the execution of all code.classWhitelist based on a static file.