Plug-in steps: the step-type element

Plug-in steps are defined with the step-type element; each step-type represents a single step in the IBM® UrbanCode Deploy 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 are shown in the web application and on informational pages for the plug-in..

<step-type name="Start">
<description>Start Apache HTTP server</description>
Note: A step name cannot contain the "/" character.

Feedback