...
- Help available in the notation guide.
Parameters
- classpath - classpath used for Groovy compiles and runtime. Defaults to the script directory in the Confluence home directory. Normal classpath syntax should be used.
Common parameters
- See Script PluginSeeĀ Macro parameters
Pre-defined variables
- See Script Plugin for common variables
- html - MarkupBuilder for easily building html outputSeeĀ Pre-defined variables
Usage
No Format |
---|
{groovy} println("Hello world"); {groovy} |
...