适配器模板结构

本主题描述了 Build Forge 适配器模板中的常规 XML 结构或元素层次结构。

适配器模板由以下节元素组成:<template><interface><command><bomformat>。其中的每个部分都包含子元素。

要获取元素描述,请参阅适配器 XML 引用

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

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

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

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

反馈