Skip to end of banner
Go to start of banner

Gant Macro

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Description

Java scripting using Gant

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.

 

  • No labels