SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo


Aide pour les informations de démarrage de l'invocation.

Résumé

Des champs

public Long mStartTime

public String mTestTag

Constructeurs publics

InvocationStartedEventInfo (String testTag, Long startTime)
InvocationStartedEventInfo (JSONObject jsonObject)

Méthodes publiques

String toString ()

Des champs

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

Constructeurs publics

InvocationStartedEventInfoInvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

Paramètres
testTag String

startTime Long

InvocationStartedEventInfoInvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Lance
JSONException

Méthodes publiques

toString

public String toString ()

Retour
String