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 2 Next »

Name

Gant Macro

Plugin

Java Scripting Plugin

Description

Java scripting using Gant

Beta

The 3.2.0 release is the first release of the Gant macro.

Documentation

  • Help available in the notation guide.

Common parameters

Parameters

  • targets - Comma separated list of targets to run. Defaults to "default" which runs the default target.
  • classpath - classpath used for Groovy compiles and runtime. Defaults to the script directory in the Confluence home directory.

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 Plugin.

Open Issues

List of issues for the Gant component

type key summary reporter assignee priority status

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  • No labels