Class SerializableSecureGroovyScript

  • All Implemented Interfaces:
    Serializable

    @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class SerializableSecureGroovyScript
    extends Object
    implements Serializable
    Wrapper for a SecureGroovyScript.
    Author:
    Oleg Nenashev
    See Also:
    Serialized Form
    • Constructor Detail

      • SerializableSecureGroovyScript

        public SerializableSecureGroovyScript​(@CheckForNull
                                              org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript secureScript)
    • Method Detail

      • rehydrate

        @CheckForNull
        public org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript rehydrate()