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
117 |
# File 'lib/pdk/validate/external_command_validator.rb', line 117 def parse_output(_report, _result, _targets); end |