SubprocessEventHelper.InvocationEndedEventInfo

public static class SubprocessEventHelper.InvocationEndedEventInfo
extends Object

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


用于提供调用结束信息的辅助类。

摘要

字段

public Map<String, String> mBuildAttributes

公共构造函数

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

公共方法

String toString()

字段

mBuildAttributes

public Map<String, String> mBuildAttributes

公共构造函数

InvocationEndedEventInfo

public InvocationEndedEventInfo (Map<String, String> buildAttributes)

参数
buildAttributes Map

InvocationEndedEventInfo

public InvocationEndedEventInfo (JSONObject jsonObject)

参数
jsonObject JSONObject

抛出
JSONException

公共方法

toString

public String toString ()

返回
String