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