Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
Name | Gant Macro |
---|---|
Plugin |
Description
Excerpt |
---|
...
Groovy scripting using Gant |
Info | ||
---|---|---|
| ||
The 3.2.0 release is the first release of the Gant macro. |
Documentation
- Help available in the notation guide.
Common parameters
Parameters
...
Parameters
- SeeĀ Macro parameters
Pre-defined variables
- See Java Scripting Plugin for common variables
- See Groovy Macro - all Groovy variables are available for GantSeeĀ Pre-defined variables
Usage
No Format |
---|
{gant}
target(default: "A simple hello target") {
println("Hello world");
}
{gant}
|
No Format |
---|
{gant:targets=hello}
target(hello: "A simple hello target") {
println("Hello world");
}
{gant}
|
No Format |
---|
{gant:output=wiki|script=#example.gant|var1=test}
{gant}
|
Security
This macro supports Macro Security Plugin.
Open Issues
List of issues for the Gant component
...
CMSP.