EarlyDeviceReleaseFeature

public class EarlyDeviceReleaseFeature
extends Object implements ITestInformationReceiver , IRemoteScheduledListenersFeature

java.lang.Object
com.android.tradefed.device.internal.EarlyDeviceReleaseFeature


初期のデバイス リリース用の機能サーバーの実装。

まとめ

田畑

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

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

EarlyDeviceReleaseFeature ()

公開メソッド

FeatureResponse execute (FeatureRequest featureRequest)

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

getListeners ()
String getName ()

機能の名前。

TestInformation getTestInformation ()
void setListeners ( listeners) setListeners ( listeners)
void setTestInformation ( TestInformation testInformation)

田畑

EARLY_DEVICE_RELEASE_FEATURE_NAME

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

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

EarlyDeviceReleaseFeature

public EarlyDeviceReleaseFeature ()

公開メソッド

実行する

public FeatureResponse execute (FeatureRequest featureRequest)

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

パラメーター
featureRequest FeatureRequest

戻り値
FeatureResponse

getListeners

public  getListeners ()

戻り値

getName

public String getName ()

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

戻り値
String

getTestInformation

public TestInformation getTestInformation ()

戻り値
TestInformation

setListeners

public void setListeners ( listeners)

パラメーター
listeners

setTestInformation

public void setTestInformation (TestInformation testInformation)

パラメーター
testInformation TestInformation