DeviceSnapshotFeature

public class DeviceSnapshotFeature
extends Object implements IConfigurationReceiver, IRemoteFeature, ITestInformationReceiver

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


Serverseitige Implementierung des Geräte-Snapshots.

Zusammenfassung

Felder

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

Öffentliche Konstruktoren

DeviceSnapshotFeature()

Öffentliche Methoden

FeatureResponse execute(FeatureRequest request)

Gibt basierend auf der Anfrage ein FeatureResponse zurück.

String getName()

Name des Elements.

TestInformation getTestInformation()
void setConfiguration(IConfiguration configuration)

Injiziertes IConfiguration in Gebrauch.

void setTestInformation(TestInformation testInformation)

Felder

DEVICE_NAME

public static final String DEVICE_NAME

GERÄTE-SNAPSHOT_FEATURE_NAME

public static final String DEVICE_SNAPSHOT_FEATURE_NAME

RESTORE_FLAG (FEHLERBEHEBUNG)

public static final String RESTORE_FLAG

Schnappschuss-ID

public static final String SNAPSHOT_ID

Öffentliche Konstruktoren

DeviceSnapshotFeature

public DeviceSnapshotFeature ()

Öffentliche Methoden

ausführen

public FeatureResponse execute (FeatureRequest request)

Gibt basierend auf der Anfrage ein FeatureResponse zurück.

Parameter
request FeatureRequest

Returns
FeatureResponse

getName

public String getName ()

Name des Elements. Muss mit FeatureRequest#getName() übereinstimmen.

Returns
String

getTestInformation

public TestInformation getTestInformation ()

Returns
TestInformation

setConfiguration

public void setConfiguration (IConfiguration configuration)

Injiziertes IConfiguration in Gebrauch.

Parameter
configuration IConfiguration

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parameter
testInformation TestInformation