ManagedDevices
@Incubating interface ManagedDevices
Options for Managed Devices
Summary
| Public properties | |
|---|---|
| ExtensiblePolymorphicDomainObjectContainer<Device> | List of test devices for this project for use with the Unified Test Platform | 
| NamedDomainObjectContainer<DeviceGroup> | List of DeviceGroups to create tasks for. | 
Public properties
devices
val devices: ExtensiblePolymorphicDomainObjectContainer<Device>
List of test devices for this project for use with the Unified Test Platform
These APIs are experimental and may change without notice.
groups
val groups: NamedDomainObjectContainer<DeviceGroup>
List of DeviceGroups to create tasks for.
These APIs are experimental and may change without notice.
