SubprocessEventHelper.TestRunEndedEventInfo

public static class SubprocessEventHelper.TestRunEndedEventInfo
extends Object

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


testRunEnded 情報のヘルパー。

概要

フィールド

public mRunMetrics

public Long mTime

パブリック コンストラクタ

TestRunEndedEventInfo(Long time, runMetrics)
TestRunEndedEventInfo(JSONObject jsonObject)

パブリック メソッド

String toString()

フィールド

mRunMetrics

public  mRunMetrics

mTime

public Long mTime

パブリック コンストラクタ

TestRunEndedEventInfo

public TestRunEndedEventInfo (Long time, 
                 runMetrics)

パラメータ
time Long

runMetrics

TestRunEndedEventInfo

public TestRunEndedEventInfo (JSONObject jsonObject)

パラメータ
jsonObject JSONObject

例外
JSONException

パブリック メソッド

toString

public String toString ()

戻り値
String