Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#set_param_file

Defined in:
lib/fluent_command_builder/command_builders/msdeploy_71.rb

#set_param_file(xml_file) {|@b| ... } ⇒ Object

Yields:

  • (@b)


117
118
119
120
121
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 117

def set_param_file(xml_file)
  @b.append " -setParamFile:#{@b.format xml_file}"
  yield @b if block_given?
  self
end