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>

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

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
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.