The Plugin Steps: <step-type> Element

Plugin steps are defined with the step-type element; each step-type represents a single step in the Deployment Automation process editor. A step-type element has a name attribute and several child elements: description, properties, command, and post-processing.

The mandatory name attribute identifies the step. The description and name specified in the element will appear in the Process Editor.


        
<step-type name="Start">
  <description>Start Apache HTTP server</description>