interface StepFactory
Creates steps
Type Params | Return Type | Name and description |
---|---|---|
|
abstract Step |
createStep(java.lang.String name, Command command, java.util.Map parameters) Creates a step for the given name, command and parameters |