Class GroovyScriptPath

All Implemented Interfaces:
Describable<GroovyScriptPath>

public class GroovyScriptPath extends 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:
  • Constructor Details

    • GroovyScriptPath

      @DataBoundConstructor public GroovyScriptPath(String path)
  • Method Details

    • getPath

      public String getPath()
    • asURL

      public URL asURL()