Template Editor

Common template properties:

In the Properties list you can create properties that will be entered by users and passed to the template. A property can have the following parameters:

A template contains a set of source items. Source items are generated by Groovy SimpleTemplateEngine scripts. The following common properties will be passed to the scripts along with custom properties specified for the template:

The descriptor script runs first and can define shared variables that can be used in other scripts. For example:

<% sharedVar = 'some value' %>