/ittf/site/docs/concepts/t/overview/artifactgenerator.html.ittf (primary)
edit
1 $group
2 $
3 var sect = {
4 title: 'Artifact generators'
5 };
6 section( §)
7 p An artifact generation transforms one or more context objects, usually Wizzi Model instances
8 \b or JSON documents, into a software artifact.
9 p An artifact generator is an API exported by a plugin and must respect the Wizzi Plugin interface.
10 \b Its implementation is free and usually the implementor is a javascript program that receives
11 \b in input context objects and returns the text of the generated artifact.
12 p An artifact generation can be declared in a Wizzi Job or executed invoking a method of the Wizzi API.