Plug-in Steps: <step-type> Element

Plug-in steps are defined with thestep-type element; eachstep-type represents a single step in the Serana Release Automation process editor. Astep-type element has a name attribute and several child elements:description,properties,command, andpost-processing.

The mandatory name attribute identifies the step. The description and name appear in Serana Release Automation's web application.

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