插件步骤:step-type 元素

插件步骤使用 step-type 元素进行定义;每个 step-type 表示 IBM® UrbanCode Deploy 进程编辑器中的单个步骤。

step-type 元素具有一个 name 属性和若干子元素:descriptionpropertiescommandpost-processing

必需的 name 属性标识该步骤。描述和名称将显示在 Web 应用程序中以及插件的信息页面上。

<step-type name="Start">
<description>Start Apache HTTP server</description>
注: 步骤名称不能包含“/”字符。

反馈