Package hudson.plugins.groovy
Class SystemScriptSource
- All Implemented Interfaces:
Describable<SystemScriptSource>
- Direct Known Subclasses:
FileSystemScriptSource
,StringSystemScriptSource
Source of
SystemGroovy
scripts.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript
getSecureGroovyScript
(FilePath projectWorkspace, AbstractBuild<?, ?> build, TaskListener listener) Provides a script.Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
SystemScriptSource
public SystemScriptSource()
-
-
Method Details
-
getSecureGroovyScript
public abstract org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript getSecureGroovyScript(FilePath projectWorkspace, AbstractBuild<?, ?> build, TaskListener listener) throws IOException, InterruptedExceptionProvides a script.- Throws:
IOException
InterruptedException
-