Method: PDK::Validate::ExternalCommandValidator#parse_output

Defined in:
lib/pdk/validate/external_command_validator.rb

#parse_output(_report, _result, _targets) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method is abstract.

Parses the output from the command and appends formatted events to the report. This is called for each command, which is a group of targets

Parameters:

  • report (PDK::Report)

    The report to add events to

  • result (Hash[Symbol => Object])

    The result of validation command process

  • targets (Array[String])

    The targets for this command result

See Also:

  • CLI::Exec::Command.execute!


117
# File 'lib/pdk/validate/external_command_validator.rb', line 117

def parse_output(_report, _result, _targets); end