Package org.kohsuke.stapler.jelly.groovy
Class GroovierJellyScript
- java.lang.Object
-
- org.kohsuke.stapler.jelly.groovy.GroovierJellyScript
-
- All Implemented Interfaces:
org.apache.commons.jelly.Script
public class GroovierJellyScript extends Object implements org.apache.commons.jelly.Script
Wraps a Groovy-driven Jelly script intoScript(so that it can be called from other Jelly scripts.)- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description GroovierJellyScript(Class clazz, URL scriptURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.jelly.Scriptcompile()voidrun(org.apache.commons.jelly.JellyContext context, org.apache.commons.jelly.XMLOutput output)voidrun(JellyBuilder builder)
-
-
-
Method Detail
-
compile
public org.apache.commons.jelly.Script compile()
- Specified by:
compilein interfaceorg.apache.commons.jelly.Script
-
run
public void run(org.apache.commons.jelly.JellyContext context, org.apache.commons.jelly.XMLOutput output) throws org.apache.commons.jelly.JellyTagException- Specified by:
runin interfaceorg.apache.commons.jelly.Script- Throws:
org.apache.commons.jelly.JellyTagException
-
run
public void run(JellyBuilder builder)
-
-