Uses of Class
org.jenkinsci.plugins.scriptsecurity.scripts.ClasspathEntry
Packages that use ClasspathEntry
Package
Description
-
Uses of ClasspathEntry in org.jenkinsci.plugins.scriptsecurity.sandbox.groovy
Methods in org.jenkinsci.plugins.scriptsecurity.sandbox.groovy that return types with arguments of type ClasspathEntryConstructor parameters in org.jenkinsci.plugins.scriptsecurity.sandbox.groovy with type arguments of type ClasspathEntryModifierConstructorDescriptionSecureGroovyScript
(String script, boolean sandbox, List<ClasspathEntry> classpath) -
Uses of ClasspathEntry in org.jenkinsci.plugins.scriptsecurity.scripts
Methods in org.jenkinsci.plugins.scriptsecurity.scripts with parameters of type ClasspathEntryModifier and TypeMethodDescriptionScriptApproval.checking
(ClasspathEntry entry) LikeScriptApproval.checking(String, Language, boolean)
but for classpath entries.void
ScriptApproval.configuring
(ClasspathEntry entry, ApprovalContext context) Called when configuring a classpath entry.void
ScriptApproval.using
(ClasspathEntry entry) Asserts that a classpath entry is approved.