配接器範本結構

這個主題說明 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> 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>

意見