BuildForge Help

Adaptor Template Structure

This topic describes the general XML structure or element hierarchy in the Build Forge adaptor templates.

The adaptor template is made up of the following section elements: <template>, <interface>, <command>, and <bomformat>. Each of the these sections contains child elements.

For element descriptions, see the Adaptor XML Reference.

<PROJECT_INTERFACE>
<template>
<env/>
</template>

<interface>
<setenv/>
<run>
<ontempenv>
<step/>
</ontempenv>
<onproject>
<notify/>
</onproject>
</interface>

<command>
<execute> or <command>
command line
</execute> or </command>
<resultsblock>
<match>
<bom>
<field/>
</bom>
<adduser/>
<setenv/>
<run/>
</match>
</resultsblock>
</command>

<bomformat>
<section>
<field/>
</section>
</bomformat>
</PROJECT_INTERFACE>