DeviceSnapshotFeature

public class DeviceSnapshotFeature
extends Object implements IConfigurationReceiver, IRemoteFeature, ITestInformationReceiver

java.lang.Object
   ↳ com.android.tradefed.device.internal.DeviceSnapshotFeature


デバイス スナップショットのサーバーサイド実装。

概要

フィールド

public static final String DELETE_FLAG

public static final String DEVICE_NAME

public static final String DEVICE_SNAPSHOT_FEATURE_NAME

public static final String RESTORE_FLAG

public static final String SNAPSHOT_ID

パブリック コンストラクタ

DeviceSnapshotFeature()

パブリック メソッド

FeatureResponse execute(FeatureRequest request)

リクエストに基づいて FeatureResponse を返します。

String getName()

特徴の名前。

TestInformation getTestInformation()
void setConfiguration(IConfiguration configuration)

使用中の IConfiguration を挿入します。

void setTestInformation(TestInformation testInformation)

フィールド

DELETE_FLAG

public static final String DELETE_FLAG

DEVICE_NAME

public static final String DEVICE_NAME

DEVICE_SNAPSHOT_FEATURE_NAME

public static final String DEVICE_SNAPSHOT_FEATURE_NAME

RESTORE_FLAG

public static final String RESTORE_FLAG

SNAPSHOT_ID

public static final String SNAPSHOT_ID

パブリック コンストラクタ

DeviceSnapshotFeature

public DeviceSnapshotFeature ()

パブリック メソッド

execute

public FeatureResponse execute (FeatureRequest request)

リクエストに基づいて FeatureResponse を返します。

パラメータ
request FeatureRequest

戻り値
FeatureResponse

getName

public String getName ()

機能の名前。FeatureRequest.getName() と一致している必要があります。

戻り値
String

getTestInformation

public TestInformation getTestInformation ()

戻り値
TestInformation

setConfiguration

public void setConfiguration (IConfiguration configuration)

使用中の IConfiguration を挿入します。

パラメータ
configuration IConfiguration

setTestInformation

public void setTestInformation (TestInformation testInformation)

パラメータ
testInformation TestInformation