ManagedDevices

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

val allDevices: 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.

devices

val devices: ExtensiblePolymorphicDomainObjectContainer<Device>

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

This is replaced with allDevices

groups

val groups: NamedDomainObjectContainer<DeviceGroup>

List of DeviceGroups to create tasks for.

These APIs are experimental and may change without notice.

localDevices

val localDevices: NamedDomainObjectContainer<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.