In diesem Thema wird die allgemeine XML-Struktur oder Elementhierarchie in den Build Forge-Adaptervorlagen beschrieben.
Die Adaptervorlage setzt sich aus den folgenden Abschnittselementen zusammen: <template>, <interface>, <command> und <bomformat>. Jeder dieser Abschnitte enthält untergeordnete Elemente.
Die Elementbeschreibungen finden Sie im Abschnitt XML-Referenz für Adapter.
<PROJECT_INTERFACE>
<template>
<env/>
</template>
<interface>
<setenv/>
<run/>
<ontempenv>
<step/>
</ontempenv>
<onproject>
<notify/>
</onproject>
</interface>
<command>
<execute> oder <command>
command line
</execute> oder </command>
<resultsblock>
<match>
<bom>
<field/>
</bom>
<adduser/>
<setenv/>
<run/>
</match>
</resultsblock>
</command>
<bomformat>
<section>
<field/>
</section>
</bomformat>
</PROJECT_INTERFACE>