Publish action
<action>
elements are specified in the publish config. They include:
<name> –
display name of the action for the user interface.<type>
– the type of action (onlyant
is supported).<script>
– the name of the Ant script to use.<description>
– a short description.
Example
<publish> <action> <name>Export</name> <type>ant</type> <script>Export/build.xml</script> <description>Export document</description> </action> </publish>