- All Implemented Interfaces:
- hudson.model.Describable<GroovyScriptPath>
public class GroovyScriptPath
extends hudson.model.AbstractDescribableImpl<GroovyScriptPath>
Model a classpath entry for Groovy pre script execution.
The syntax can be an URL, and if the syntax is invalid, defaults to a
file path.
This has been inspired by the Jenkins Postbuild plugin.
- See Also:
- https://github.com/jenkinsci/groovy-postbuild-plugin,
https://github.com/jenkinsci/groovy-postbuild-plugin/blob/master/src/main/java/org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildRecorder.java