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 ()

שיטות ציבוריות

ביצוע

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