Package hudson.plugins.groovy
Class FileSystemScriptSource
java.lang.Object
hudson.model.AbstractDescribableImpl<SystemScriptSource>
hudson.plugins.groovy.SystemScriptSource
hudson.plugins.groovy.FileSystemScriptSource
- All Implemented Interfaces:
Describable<SystemScriptSource>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
FileSystemScriptSource
-
-
Method Details
-
getScriptFile
-
getSecureGroovyScript
public org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript getSecureGroovyScript(FilePath projectWorkspace, AbstractBuild<?, ?> build, TaskListener listener) throws IOException, InterruptedExceptionDescription copied from class:SystemScriptSource
Provides a script.- Specified by:
getSecureGroovyScript
in classSystemScriptSource
- Throws:
IOException
InterruptedException
-