Module: FluentCommandBuilder::MSDeploy::V40

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

Defined Under Namespace

Classes: MSDeploy

Constant Summary collapse

COMMAND_NAME =
'MSDeploy'

Instance Method Summary collapse

Instance Method Details

#msdeploy {|builder| ... } ⇒ Object

Yields:

  • (builder)


163
164
165
166
167
168
# File 'lib/fluent_command_builder/command_builders/msdeploy_40.rb', line 163

def msdeploy
  builder = CommandBuilder.new COMMAND_NAME
  command = MSDeploy.new builder
  yield builder if block_given?
  command
end