Package com.chutneytesting.action.amqp
Class QpidServerStartAction
- java.lang.Object
-
- com.chutneytesting.action.amqp.QpidServerStartAction
-
-
Constructor Summary
Constructors Constructor Description QpidServerStartAction(Logger logger, FinallyActionRegistry finallyActionRegistry, String initialConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecute()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.chutneytesting.action.spi.Action
validateInputs
-
-
-
-
Constructor Detail
-
QpidServerStartAction
public QpidServerStartAction(Logger logger, FinallyActionRegistry finallyActionRegistry, @Input("init-config") String initialConfiguration)
-
-
Method Detail
-
execute
public ActionExecutionResult execute()
-
-