-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joris De Winne
committed
Aug 20, 2014
1 parent
3ad31d2
commit 697787e
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Preface # | ||
|
||
This document describes the functionality provided by the xlr-xlr-plugin. | ||
|
||
See the **XL Release Reference Manual** for background information on XL Release and release concepts. | ||
|
||
# Overview # | ||
|
||
The xlr-xlr-plugin is a XL Release plugin that allows to invoke (create and start) another template from an existing template. So you can call from a parent template a subtemplate. | ||
|
||
## Types ## | ||
|
||
+ Create and Start SubRelease | ||
* `templateName`: Name of the template to invoke (`string`) | ||
* `releaseTitle`: Name of the sub release instance (`string`) | ||
* `releaseDescription`: Description of the sub release (`string`) | ||
* `variables`: Comma separated key value pairs, e.g. key1=value1,key2=value2 (`string`) |