ClusterHostEvent

public class ClusterHostEvent
extends Object implements IClusterEvent

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


Uma classe para encapsular eventos de host de cluster a serem carregados.

Resumo

Classes aninhadas

class ClusterHostEvent.Builder

Campos

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

Métodos públicos

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

Campos

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

COMERCIALIZADO

public static final String TRADEFED

Métodos públicos

getClusterId

public String getClusterId ()

devoluções
String

Obter dados

public  getData ()

devoluções

getDeviceInfos

public  getDeviceInfos ()

devoluções

getHostName

public String getHostName ()

devoluções
String

getHostState

public CommandScheduler.HostState getHostState ()

devoluções
CommandScheduler.HostState

getLabName

public String getLabName ()

devoluções
String

getNextClusterIds

public  getNextClusterIds ()

devoluções

getTestHarness

public String getTestHarness ()

devoluções
String

getTestHarnessVersion

public String getTestHarnessVersion ()

devoluções
String

getTfVersion

public String getTfVersion ()

devoluções
String

getTimestamp

public long getTimestamp ()

devoluções
long

getType

public ClusterHostEvent.HostEventType getType ()

devoluções
ClusterHostEvent.HostEventType

para JSON

public JSONObject toJSON ()

devoluções
JSONObject

lances
JSONException