lib/onering/plugins/automation.rb in onering-client-0.0.63 vs lib/onering/plugins/automation.rb in onering-client-0.0.64

- old
+ new

@@ -19,9 +19,13 @@ def flush_queue() get("/automation/requests/flush").parsed_response end + def purge() + get("/automation/requests/purge").parsed_response + end + def requeue_all_failed() get("/automation/requests/requeue").parsed_response end end