Class ScriptApproval.PendingClasspathEntry
java.lang.Object
org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval.PendingThing
org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval.PendingClasspathEntry
- All Implemented Interfaces:
Comparable<ScriptApproval.PendingClasspathEntry>
- Enclosing class:
- ScriptApproval
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static final class ScriptApproval.PendingClasspathEntry
extends ScriptApproval.PendingThing
implements Comparable<ScriptApproval.PendingClasspathEntry>
A classpath entry requiring approval by an administrator.
They are distinguished only with hashes,
but other additional information is provided for possible administrator use.
(Currently no context information is actually displayed, since the entry could be used from many scripts, so this might be misleading.)
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getHash()
getURL()
int
hashCode()
searchKeyFor
(String hash) Methods inherited from class org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval.PendingThing
getContext
-
Method Details
-
getHash
-
getURL
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ScriptApproval.PendingClasspathEntry>
-
searchKeyFor
-