Plug-in steps are defined with the step-type
element; each
step-type
represents a single step in the Serana Release 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 appear in Serana Release Automation's web application.
<step-type name="Start"> <description>Start Apache HTTP server</description>