É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
|
enum |
ClusterHostEvent.HostEventType
Énumérations des différents types d'événements hôtes. |
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
publicgetData ()
Renvoie | |
---|---|
|
getDeviceInfos
publicgetDeviceInfos ()
Renvoie | |
---|---|
|
getHostName
public String getHostName ()
Renvoie | |
---|---|
String |
nomgetLab
public String getLabName ()
Renvoie | |
---|---|
String |
getNextClusterIds
publicgetNextClusterIds ()
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 |