SubprocessEventHelper.InvocationEndedEventInfo

public static class SubprocessEventHelper.InvocationEndedEventInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.InvocationEndedEventInfo


Helper for invocation ended information.

Summary

Fields

public Map<String, String> mBuildAttributes

Public constructors

InvocationEndedEventInfo(Map<String, String> buildAttributes)
InvocationEndedEventInfo(JSONObject jsonObject)

Public methods

String toString()

Fields

mBuildAttributes

public Map<String, String> mBuildAttributes

Public constructors

InvocationEndedEventInfo

public InvocationEndedEventInfo (Map<String, String> buildAttributes)

Parameters
buildAttributes Map

InvocationEndedEventInfo

public InvocationEndedEventInfo (JSONObject jsonObject)

Parameters
jsonObject JSONObject

Throws
JSONException

Public methods

toString

public String toString ()

Returns
String