Class: InspecPlugins::Parallelism::SuperReporter::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/plugins/inspec-parallel/lib/inspec-parallel/super_reporter/base.rb

Direct Known Subclasses

Silent, Status, Text

Instance Method Summary collapse

Constructor Details

#initialize(job_count, invocations) ⇒ Base

Returns a new instance of Base.



9
# File 'lib/plugins/inspec-parallel/lib/inspec-parallel/super_reporter/base.rb', line 9

def initialize(job_count, invocations); end

Instance Method Details

#child_exited(pid) ⇒ Object



15
# File 'lib/plugins/inspec-parallel/lib/inspec-parallel/super_reporter/base.rb', line 15

def child_exited(pid); end

#child_forked(pid, invocation) ⇒ Object



13
# File 'lib/plugins/inspec-parallel/lib/inspec-parallel/super_reporter/base.rb', line 13

def child_forked(pid, invocation); end

#child_spawned(pid, invocation) ⇒ Object



11
# File 'lib/plugins/inspec-parallel/lib/inspec-parallel/super_reporter/base.rb', line 11

def child_spawned(pid, invocation); end

#child_status_update_line(pid, update_line) ⇒ Object



17
# File 'lib/plugins/inspec-parallel/lib/inspec-parallel/super_reporter/base.rb', line 17

def child_status_update_line(pid, update_line); end