Événement de l'hôte du cluster

public class ClusterHostEvent
extends Object implements IClusterEvent

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


Classe permettant d'encapsuler les événements d'hôte de cluster à importer.

Résumé

Classes imbriquées

class ClusterHostEvent.Builder

 

Champs

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éthodes publiques

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

Champs

QUEL_D'ÉVÉNEMENT

public static final String EVENT_QUEUE

CLÉ_IP_HÔTE

public static final String HOST_IP_KEY

LIBELLÉ_CLÉ

public static final String LABEL_KEY

TEST_HARNESS_START_TIME_KEY

public static final String TEST_HARNESS_START_TIME_KEY

TRAFÉ

public static final String TRADEFED

Méthodes publiques

getClusterId

public String getClusterId ()

Renvoie
String

getData

public  getData ()

Renvoie

getDeviceInfos

public  getDeviceInfos ()

Renvoie

getHostName

public String getHostName ()

Renvoie
String

getHostState

public CommandScheduler.HostState getHostState ()

Renvoie
CommandScheduler.HostState

nomgetLab

public String getLabName ()

Renvoie
String

getNextClusterIds

public  getNextClusterIds ()

Renvoie

GetTestHarness

public String getTestHarness ()

Renvoie
String

Version getTestHarnessVersion

public String getTestHarnessVersion ()

Renvoie
String

getTfVersion

public String getTfVersion ()

Renvoie
String

getTimestamp

public long getTimestamp ()

Renvoie
long

JSON

public JSONObject toJSON ()

Renvoie
JSONObject

Génère
JSONException