<resultsblock> エレメントは、関連する <execute> エレメントから実行されたコマンド行の結果を、システムがどのように処理すべきかを定義します。 <resultsblock> エレメントは <command> エレメント内でのみ使用されます。<resultsblock> エレメントをネストして、結果を区切ることができます。
<resultsblock startpattern="" endpattern="" >
<match>
<bom>
<field/>
</bom>
<adduser/>
<setenv/>
<run/> (<run> エレメントを使用すると、
コマンドを別のコマンドの中で実行できます)
</match>
<setenv/>
</resultsblock>
<resultsblock
beginpattern="^Change (¥d+) by (.*?)@(.*?) on (.*?) (.*?)$"
endpattern="^Differences ...$">
<match pattern="(?=^(?:(?!Differences ...).)*$).?">
<bom category="Detail" section="descriptions">
<field name="Description" text="$_"/>
</bom>
</match>
</resultsblock>