ClusterHostEvent

public class ClusterHostEvent
extends Object implements IClusterEvent

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


Klasa do zamykania zdarzeń hosta klastra do przesłania.

Podsumowanie

Zagnieżdżone klasy

class ClusterHostEvent.Builder

 

Fieldsem

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

Metody publiczne

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

Fieldsem

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

Metody publiczne

getClusterId

public String getClusterId ()

Zwroty
String

getData

public  getData ()

Zwroty

getDeviceInfos

public  getDeviceInfos ()

Zwroty

getHostName

public String getHostName ()

Zwroty
String

getHostState

public CommandScheduler.HostState getHostState ()

Zwroty
CommandScheduler.HostState

getLabName

public String getLabName ()

Zwroty
String

getNextClusterIds

public  getNextClusterIds ()

Zwroty

getTestHarness

public String getTestHarness ()

Zwroty
String

getTestHarnessVersion

public String getTestHarnessVersion ()

Zwroty
String

getTfVersion

public String getTfVersion ()

Zwroty
String

getTimestamp

public long getTimestamp ()

Zwroty
long

toJSON

public JSONObject toJSON ()

Zwroty
JSONObject

Rzuty
JSONException