InvocationStatus
public
class
InvocationStatus
extends Object
java.lang.Object | |
↳ | com.android.tradefed.cluster.InvocationStatus |
A class to store invocation status.
This also includes statuses of test groups that run within the invocation.
Summary
Public constructors | |
---|---|
InvocationStatus()
|
Public methods | |
---|---|
void
|
addTestGroupStatus(TestGroupStatus progress)
|
|
getTestGroupStatuses()
|
JSONObject
|
toJSON()
|
Public constructors
InvocationStatus
public InvocationStatus ()
Public methods
addTestGroupStatus
public void addTestGroupStatus (TestGroupStatus progress)
Parameters | |
---|---|
progress |
TestGroupStatus |
getTestGroupStatuses
publicgetTestGroupStatuses ()
Returns | |
---|---|
|
toJSON
public JSONObject toJSON ()
Returns | |
---|---|
JSONObject |
Throws | |
---|---|
JSONException |