Package com.chutneytesting.action.api
Class ActionController
- java.lang.Object
-
- com.chutneytesting.action.api.ActionController
-
@RestController @RequestMapping("/api/action/v1") @CrossOrigin(origins="*") public class ActionController extends Object
-
-
Constructor Summary
Constructors Constructor Description ActionController(EmbeddedActionEngine embeddedActionEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ActionDto>allActions()ActionDtobyActionId(String actionId)
-
-
-
Constructor Detail
-
ActionController
public ActionController(EmbeddedActionEngine embeddedActionEngine)
-
-