Class: Fastlane::Factory::AVD_Controller

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#command_apply_config_avdObject

Returns the value of attribute command_apply_config_avd.



7
8
9
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7

def command_apply_config_avd
  @command_apply_config_avd
end

#command_create_avdObject

Returns the value of attribute command_create_avd.



7
8
9
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7

def command_create_avd
  @command_create_avd
end

#command_delete_avdObject

Returns the value of attribute command_delete_avd.



7
8
9
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7

def command_delete_avd
  @command_delete_avd
end

#command_get_propertyObject

Returns the value of attribute command_get_property.



7
8
9
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7

def command_get_property
  @command_get_property
end

#command_install_imageObject

Returns the value of attribute command_install_image.



7
8
9
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7

def command_install_image
  @command_install_image
end

#command_kill_deviceObject

Returns the value of attribute command_kill_device.



7
8
9
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7

def command_kill_device
  @command_kill_device
end

#command_start_avdObject

Returns the value of attribute command_start_avd.



7
8
9
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7

def command_start_avd
  @command_start_avd
end

#output_fileObject

Returns the value of attribute output_file.



7
8
9
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7

def output_file
  @output_file
end

Class Method Details

.create_output_file(params) ⇒ Object



10
11
12
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 10

def self.create_output_file(params)
  output_file = Tempfile.new('emulator_output', '#{params[:AVD_path]}')
end