Class: ForemanTasksCore::OutputCollectorAction
- Inherits:
-
Runner::Action
- Object
- Dynflow::Action
- ShareableAction
- Runner::Action
- ForemanTasksCore::OutputCollectorAction
- Defined in:
- lib/foreman_tasks_core/output_collector_action.rb
Instance Method Summary collapse
Methods inherited from Runner::Action
#failed_run?, #finalize, #finish_run, #initiate_runner, #kill_run, #process_external_event, #process_update, #rescue_strategy_for_self, #run, #runner_dispatcher
Methods inherited from ShareableAction
Instance Method Details
#init_run ⇒ Object
3 4 5 6 |
# File 'lib/foreman_tasks_core/output_collector_action.rb', line 3 def init_run output[:result] = [] suspend end |