Gant macro
Description
Groovy scripting using Gant
Parameters
See Macro parameters
Pre-defined variables
Usage
{gant}
target(default: "A simple hello target") {
println("Hello world");
}
{gant}
{gant:targets=hello}
target(hello: "A simple hello target") {
println("Hello world");
}
{gant}
{gant:output=wiki|script=#example.gant|var1=test}
{gant}
Security
This macro supports Macro Security for Confluence.
