ClusterCommandEvent
public class ClusterCommandEvent
extends Object
implements IClusterEvent
en implements IClusterEvent
java.lang.Object | |
?? | com.android.tradefed.cluster.ClusterCommandEvent |
Une classe pour encapsuler les événements de commande de cluster à télécharger.
Sommaire
Classes imbriquées | |
---|---|
class | ClusterCommandEvent.Builder |
enum | ClusterCommandEvent.Type
|
Constantes | |
---|---|
int | MAX_DATA_STRING_SIZE
|
Des champs | |
---|---|
public static final String | DATA_KEY_ERROR |
public static final String | DATA_KEY_ERROR_ID_CODE |
public static final String | DATA_KEY_ERROR_ID_NAME |
public static final String | DATA_KEY_ERROR_STATUS |
public static final String | DATA_KEY_FAILED_TEST_COUNT |
public static final String | DATA_KEY_FAILED_TEST_RUN_COUNT |
public static final String | DATA_KEY_FETCH_BUILD_TIME_MILLIS |
public static final String | DATA_KEY_LOST_DEVICE_DETECTED |
public static final String | DATA_KEY_PASSED_TEST_COUNT |
public static final String | DATA_KEY_SETUP_TIME_MILLIS |
public static final String | DATA_KEY_SUBPROCESS_COMMAND_ERROR |
public static final String | DATA_KEY_SUMMARY |
public static final String | DATA_KEY_TOTAL_TEST_COUNT
|
Méthodes publiques | |
---|---|
static ClusterCommandEvent.Builder | createEventBuilder () Crée une base |
static ClusterCommandEvent.Builder | createEventBuilder ( ClusterCommand command) Crée une base |
String | getAttemptId () |
String | getCommandTaskId () |
getData () | |
getDeviceSerials () | |
String | getHostName () |
InvocationStatus | getInvocationStatus () |
long | getTimestamp () |
ClusterCommandEvent.Type | getType () |
JSONObject | toJSON () |
String | toString () |
Constantes
MAX_DATA_STRING_SIZE
public static final int MAX_DATA_STRING_SIZE
Valeur constante : 4095 (0x00000fff)
Des champs
DATA_KEY_ERROR
public static final String DATA_KEY_ERROR
DATA_KEY_ERROR_ID_CODE
public static final String DATA_KEY_ERROR_ID_CODE
DATA_KEY_ERROR_ID_NAME
public static final String DATA_KEY_ERROR_ID_NAME
DATA_KEY_ERROR_STATUS
public static final String DATA_KEY_ERROR_STATUS
DATA_KEY_FAILED_TEST_COUNT
public static final String DATA_KEY_FAILED_TEST_COUNT
DATA_KEY_FAILED_TEST_RUN_COUNT
public static final String DATA_KEY_FAILED_TEST_RUN_COUNT
DATA_KEY_FETCH_BUILD_TIME_MILLIS
public static final String DATA_KEY_FETCH_BUILD_TIME_MILLIS
DATA_KEY_LOST_DEVICE_DETECTED
public static final String DATA_KEY_LOST_DEVICE_DETECTED
DATA_KEY_PASSED_TEST_COUNT
public static final String DATA_KEY_PASSED_TEST_COUNT
DATA_KEY_SETUP_TIME_MILLIS
public static final String DATA_KEY_SETUP_TIME_MILLIS
DATA_KEY_SUBPROCESS_COMMAND_ERROR
public static final String DATA_KEY_SUBPROCESS_COMMAND_ERROR
DATA_KEY_SUMMARY
public static final String DATA_KEY_SUMMARY
DATA_KEY_TOTAL_TEST_COUNT
public static final String DATA_KEY_TOTAL_TEST_COUNT
Méthodes publiques
createEventBuilder
public static ClusterCommandEvent.Builder createEventBuilder ()
Crée une base Builder
.
Retour | |
---|---|
ClusterCommandEvent.Builder | un Builder . |
createEventBuilder
public static ClusterCommandEvent.Builder createEventBuilder (ClusterCommand command)
Crée une base Builder
pour la donnée ClusterCommand
.
Paramètres | |
---|---|
command | ClusterCommand |
Retour | |
---|---|
ClusterCommandEvent.Builder | un Builder . |
getAttemptId
public String getAttemptId ()
Retour | |
---|---|
String |
getCommandTaskId
public String getCommandTaskId ()
Retour | |
---|---|
String |
obtenirDonnées
publicgetData ()
Retour | |
---|---|
getDeviceSerials
publicgetDeviceSerials ()
Retour | |
---|---|
getNomHôte
public String getHostName ()
Retour | |
---|---|
String |
getTimestamp
public long getTimestamp ()
Retour | |
---|---|
long |
vers JSON
public JSONObject toJSON ()
Retour | |
---|---|
JSONObject |
Jetés | |
---|---|
JSONException |
toString
public String toString ()
Retour | |
---|---|
String |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-10-04 UTC.
[]
[]