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