Class AndroidEmulator.HardwareProperty

java.lang.Object
hudson.plugins.android_emulator.AndroidEmulator.HardwareProperty
All Implemented Interfaces:
Serializable
Enclosing class:
AndroidEmulator

@ExportedBean public static final class AndroidEmulator.HardwareProperty extends Object implements Serializable
See Also:
  • Field Details

    • key

      @Exported public final String key
    • value

      @Exported public final String value
  • Constructor Details

    • HardwareProperty

      @DataBoundConstructor public HardwareProperty(String key, String value)