InvocationStatus

public class InvocationStatus
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.InvocationStatus


Çağırma durumunu depolayan bir sınıf.

Bu, çağırma içinde çalışan test gruplarının durumlarını da içerir.

Özet

Herkese açık oluşturucular

InvocationStatus()

Herkese açık yöntemler

void addTestGroupStatus(TestGroupStatus progress)
List<TestGroupStatus> getTestGroupStatuses()
JSONObject toJSON()

Herkese açık oluşturucular

InvocationStatus

public InvocationStatus ()

Herkese açık yöntemler

addTestGroupStatus

public void addTestGroupStatus (TestGroupStatus progress)

Parametreler
progress TestGroupStatus

getTestGroupStatuses

public List<TestGroupStatus> getTestGroupStatuses ()

İadeler
List<TestGroupStatus>

toJSON

public JSONObject toJSON ()

İadeler
JSONObject

Verdiği hatalar
JSONException