Class SecureGroovyScript

java.lang.Object
hudson.model.AbstractDescribableImpl<SecureGroovyScript>
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript
All Implemented Interfaces:
Describable<SecureGroovyScript>, Serializable

public final class SecureGroovyScript extends AbstractDescribableImpl<SecureGroovyScript> implements Serializable
Convenience structure encapsulating a Groovy script that may either be approved whole or sandboxed. May be kept as the value of a field and passed in a DataBoundConstructor parameter; you must call configuring(org.jenkinsci.plugins.scriptsecurity.scripts.ApprovalContext) or a related method from your own constructor. Use <f:property field="…"/> to configure it from Jelly.
See Also: