GenymotionSettings Class

graph BT Type-->Base0["ToolSettings"] Type["GenymotionSettings"] class Type type-node Derived0["GenymotionDeviceSettings"]-->Type click Derived0 "/api/Cake.Genymotion.Device/GenymotionDeviceSettings" Derived1["GenymotionEditSettings"]-->Type click Derived1 "/api/Cake.Genymotion.Admin/GenymotionEditSettings" Derived2["GenymotionLicenseSettings"]-->Type click Derived2 "/api/Cake.Genymotion.License/GenymotionLicenseSettings" Derived3["GenymotionVersionSettings"]-->Type click Derived3 "/api/Cake.Genymotion.Version/GenymotionVersionSettings" Derived4["GenymotionCreateSettings"]-->Type click Derived4 "/api/Cake.Genymotion.Admin/GenymotionCreateSettings" Derived5["GenymotionAdminSettings"]-->Type click Derived5 "/api/Cake.Genymotion/GenymotionAdminSettings" Derived6["GenymotionConfigSettings"]-->Type click Derived6 "/api/Cake.Genymotion.Config/GenymotionConfigSettings"

Syntax

public abstract class GenymotionSettings : ToolSettings

Constructors

Name Summary
GenymotionSettings()

Properties

Name Value Summary
Timeout Nullable<int>
Verbose bool

Extension Methods

Name Value Summary
Dump<GenymotionSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GenymotionSettings>(GenymotionSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GenymotionSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<GenymotionSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<GenymotionSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<GenymotionSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin