ManagedDevices

Added in 7.2.0

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

ExtensiblePolymorphicDomainObjectContainer<Device>

This property is deprecated. devices is deprecated in managedDevices, use allDevices instead

NamedDomainObjectContainer<DeviceGroup>

List of DeviceGroups to create tasks for.

NamedDomainObjectContainer<ManagedVirtualDevice>

Convenience container for specifying managed devices of type ManagedVirtualDevice.

Public properties

allDevices

Added in 8.1.0
val allDevicesExtensiblePolymorphicDomainObjectContainer<Device>

List of test devices for this project for use with the Unified Test Platform

These APIs are experimental and may change without notice.

devices

Added in 7.2.0
Deprecated in 8.9.0-alpha03
val devicesExtensiblePolymorphicDomainObjectContainer<Device>

List of test devices for this project for use with the Unified Test Platform

This is replaced with allDevices

groups

Added in 7.2.0
val groupsNamedDomainObjectContainer<DeviceGroup>

List of DeviceGroups to create tasks for.

These APIs are experimental and may change without notice.

localDevices

Added in 8.1.0
val localDevicesNamedDomainObjectContainer<ManagedVirtualDevice>

Convenience container for specifying managed devices of type ManagedVirtualDevice.

This list is managed in sync with allDevices. ManagedVirtualDevice definitions added or removed in this container are correspondingly handled in allDevices, and vice versa.