Class: Packer::Output::MachineReadable
- Defined in:
- lib/packer/output/machine_readable.rb
Overview
Represents commands that produce machine-readable output
Instance Method Summary collapse
-
#ui_messages ⇒ Array<Packer::Message::Ui>
Outputs that would have normally gone to the console if Packer were running in human-readable mode.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Packer::Output::Base
Instance Method Details
#ui_messages ⇒ Array<Packer::Message::Ui>
Outputs that would have normally gone to the console if Packer were running in human-readable mode.
9 10 11 |
# File 'lib/packer/output/machine_readable.rb', line 9 def ('ui').map { |fields| Packer::Message::Ui.from_fields(fields) } end |