ویژگی DeviceSnapshot
 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) یک  | 
| String | getName ()نام ویژگی. | 
| TestInformation | getTestInformation () | 
| void | setConfiguration ( IConfiguration configuration)  | 
| 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
سازندگان عمومی
ویژگی DeviceSnapshot
public DeviceSnapshotFeature ()
روش های عمومی
اجرا کنند
public FeatureResponse execute (FeatureRequest request)
 یک FeatureResponse بر اساس درخواست برمیگرداند.
| پارامترها | |
|---|---|
| request | FeatureRequest | 
| برمی گرداند | |
|---|---|
| FeatureResponse | |
getName
public String getName ()
 نام ویژگی. باید با FeatureRequest.getName() مطابقت داشته باشد.
| برمی گرداند | |
|---|---|
| String | |
پیکربندی set
public void setConfiguration (IConfiguration configuration)
IConfiguration در حال استفاده را تزریق می کند.
| پارامترها | |
|---|---|
| configuration | IConfiguration | 
setTestInformation
public void setTestInformation (TestInformation testInformation)
| پارامترها | |
|---|---|
| testInformation | TestInformation | 
