Class: SmartProxyAcdCore::AcdTaskLauncher

Inherits:
ForemanTasksCore::TaskLauncher::Batch
  • Object
show all
Defined in:
lib/smart_proxy_acd_core/acd_task_launcher.rb

Overview

Implements the TaskLauncher::Batch for Acd

Defined Under Namespace

Classes: AcdRunnerAction

Instance Method Summary collapse

Instance Method Details

#child_launcher(parent) ⇒ Object



18
19
20
21
# File 'lib/smart_proxy_acd_core/acd_task_launcher.rb', line 18

def child_launcher(parent)
  ForemanTasksCore::TaskLauncher::Single.new(world, callback, :parent => parent,
                                                              :action_class_override => AcdRunnerAction)
end