Class ScriptApproval.ApprovedClasspathEntry
java.lang.Object
org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval.ApprovedClasspathEntry
- All Implemented Interfaces:
Comparable<ScriptApproval.ApprovedClasspathEntry>
- Enclosing class:
- ScriptApproval
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class ScriptApproval.ApprovedClasspathEntry
extends Object
implements Comparable<ScriptApproval.ApprovedClasspathEntry>
Approved classpath entry.
It is keyed only by the hash,
but additional information is provided for convenience.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ApprovedClasspathEntry
-
-
Method Details
-
getHash
-
getURL
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ScriptApproval.ApprovedClasspathEntry>
-