module ForemanTasksCore

Constants

OtpManager
Runner
SettingsLoader
ShareableAction
TaskLauncher
VERSION

Public Class Methods

dynflow_present?() click to toggle source
# File lib/foreman_tasks_core.rb, line 16
def self.dynflow_present?
  true
end
dynflow_setup(_dynflow_world) click to toggle source
# File lib/foreman_tasks_core.rb, line 20
def self.dynflow_setup(_dynflow_world); end
dynflow_world() click to toggle source
# File lib/foreman_tasks_core.rb, line 12
def self.dynflow_world
  Proxy::Dynflow::Core.world
end