ClusterHostEvent

public class ClusterHostEvent
extends Object implements IClusterEvent

java.lang.Object
   ↳ com.android.tradefed.cluster.ClusterHostEvent


アップロードするクラスタホスト イベントをカプセル化するクラス。

概要

ネストされたクラス

class ClusterHostEvent.Builder

 

フィールド

public static final String EVENT_QUEUE

public static final String HOST_IP_KEY

public static final String LABEL_KEY

public static final String TEST_HARNESS_START_TIME_KEY

public static final String TRADEFED

パブリック メソッド

String getClusterId()
getData()
getDeviceInfos()
String getHostName()
CommandScheduler.HostState getHostState()
String getLabName()
getNextClusterIds()
String getTestHarness()
String getTestHarnessVersion()
String getTfVersion()
long getTimestamp()
ClusterHostEvent.HostEventType getType()
JSONObject toJSON()

フィールド

イベントキュー

public static final String EVENT_QUEUE

ホスト IP キー

public static final String HOST_IP_KEY

ラベルキー

public static final String LABEL_KEY

TEST_HARNESS_START_TIME_KEY

public static final String TEST_HARNESS_START_TIME_KEY

取引済み

public static final String TRADEFED

パブリック メソッド

getClusterId

public String getClusterId ()

戻り値
String

getData

public  getData ()

戻り値

getDeviceInfos

public  getDeviceInfos ()

戻り値

getHostName

public String getHostName ()

戻り値
String

getHostState

public CommandScheduler.HostState getHostState ()

戻り値
CommandScheduler.HostState

getLabName

public String getLabName ()

戻り値
String

getNextClusterIds

public  getNextClusterIds ()

戻り値

getTestHarness

public String getTestHarness ()

戻り値
String

getTestHarnessVersion

public String getTestHarnessVersion ()

戻り値
String

getTfVersion

public String getTfVersion ()

戻り値
String

getTimestamp

public long getTimestamp ()

戻り値
long

toJSON

public JSONObject toJSON ()

戻り値
JSONObject

例外
JSONException