早期设备发布功能

public class EarlyDeviceReleaseFeature
extends Object implements ITestInformationReceiver , IRemoteScheduledListenersFeature

java.lang.Object
com.android.tradefed.device.internal.EarlyDeviceReleaseFeature


用于早期设备发布的功能服务器实现。

概括

领域

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

公共构造函数

EarlyDeviceReleaseFeature ()

公共方法

FeatureResponse execute (FeatureRequest featureRequest)

根据请求返回一个FeatureResponse

getListeners ()
String getName ()

功能名称。

TestInformation getTestInformation ()
void setListeners ( listeners) setListeners ( listeners)
void setTestInformation ( TestInformation testInformation)

领域

EARLY_DEVICE_RELEASE_FEATURE_NAME

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

公共构造函数

早期设备发布功能

public EarlyDeviceReleaseFeature ()

公共方法

执行

public FeatureResponse execute (FeatureRequest featureRequest)

根据请求返回一个FeatureResponse

参数
featureRequest FeatureRequest

退货
FeatureResponse

获取监听器

public  getListeners ()

退货

获取名称

public String getName ()

功能名称。必须匹配FeatureRequest#getName()

退货
String

获取测试信息

public TestInformation getTestInformation ()

退货
TestInformation

设置监听器

public void setListeners ( listeners)

参数
listeners

设置测试信息

public void setTestInformation (TestInformation testInformation)

参数
testInformation TestInformation