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

필드

EVENT_QUEUE

public static final String EVENT_QUEUE

HOST_IP_KEY

public static final String HOST_IP_KEY

LABEL_KEY

public static final String LABEL_KEY

TEST_HARNESS_START_TIME_KEY

public static final String TEST_HARNESS_START_TIME_KEY

TRADEFED

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

getType

public ClusterHostEvent.HostEventType getType ()

반환 값
ClusterHostEvent.HostEventType

toJSON

public JSONObject toJSON ()

반환 값
JSONObject

생성 값
JSONException