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