custom.xmlファイルのコンテンツ

custom.xml ファイルには、コントローラ上のあらゆるカスタムアクションに対する <actions> 要素があります。

<type> 要素にはスクリプトファイルを含むサブディレクトリがあります。

<executable> 要素にはスクリプトの名前があります。

サンプル custom.xml ファイル

CODE
<custom-actions>
  <action>
     <type>jira</type>
     <executable>script1.bat</executable>
  </action>
  <action>
    <type>bugzilla</type>
    <executable>script2.sh</executable>
  </action>
</custom-actions>