DeviceSnapshotFeature

public class DeviceSnapshotFeature
extends Object implements IConfigurationReceiver, IRemoteFeature, ITestInformationReceiver

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


기기 스냅샷의 서버 측 구현입니다.

요약

상수

String DELETE_FLAG

String DEVICE_NAME

String DEVICE_SNAPSHOT_FEATURE_NAME

String RESTORE_FLAG

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

상수 값: 'delete_flag'

DEVICE_NAME

public static final String DEVICE_NAME

상수 값: 'device_name'

DEVICE_SNAPSHOT_FEATURE_NAME

public static final String DEVICE_SNAPSHOT_FEATURE_NAME

상수 값: 'snapshotDevice'

RESTORE_FLAG

public static final String RESTORE_FLAG

상수 값: 'restore_flag'

SNAPSHOT_ID

public static final String SNAPSHOT_ID

상수 값: '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