class Proxy::RemoteExecution::Ssh::Api
Private Instance Methods
notify_job(job_record, event)
click to toggle source
# File lib/smart_proxy_remote_execution_ssh/api.rb, line 84 def notify_job(job_record, event) world.event(job_record[:execution_plan_uuid], job_record[:run_step_id], event) end