ClusterCommandEvent

public class ClusterCommandEvent
extends Object implements IClusterEvent

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


فئة لتضمين أحداث أوامر المجموعات المطلوب تحميلها

ملخّص

الفئات المُدمجة

class ClusterCommandEvent.Builder

 

الثابتات

int MAX_DATA_STRING_SIZE

الحقول

public static final String DATA_KEY_ERROR

public static final String DATA_KEY_ERROR_ID_CODE

public static final String DATA_KEY_ERROR_ID_NAME

public static final String DATA_KEY_ERROR_STATUS

public static final String DATA_KEY_FAILED_TEST_COUNT

public static final String DATA_KEY_FAILED_TEST_RUN_COUNT

public static final String DATA_KEY_FETCH_BUILD_TIME_MILLIS

public static final String DATA_KEY_LOST_DEVICE_DETECTED

public static final String DATA_KEY_PASSED_TEST_COUNT

public static final String DATA_KEY_SETUP_TIME_MILLIS

public static final String DATA_KEY_SUBPROCESS_COMMAND_ERROR

public static final String DATA_KEY_SUMMARY

public static final String DATA_KEY_TOTAL_TEST_COUNT

الطرق العامة

static ClusterCommandEvent.Builder createEventBuilder()

لإنشاء Builder أساسي

static ClusterCommandEvent.Builder createEventBuilder(ClusterCommand command)

لإنشاء Builder أساسي للClusterCommand المحدّد

String getAttemptId()
String getCommandTaskId()
getData()
getDeviceSerials()
String getHostName()
InvocationStatus getInvocationStatus()
long getTimestamp()
ClusterCommandEvent.Type getType()
JSONObject toJSON()

String toString()

الثابتات

MAX_DATA_STRING_SIZE

public static final int MAX_DATA_STRING_SIZE

القيمة الثابتة: 4095 (0x00000fff)

الحقول

DATA_KEY_ERROR

public static final String DATA_KEY_ERROR

DATA_KEY_ERROR_ID_CODE

public static final String DATA_KEY_ERROR_ID_CODE

DATA_KEY_ERROR_ID_NAME

public static final String DATA_KEY_ERROR_ID_NAME

DATA_KEY_ERROR_STATUS

public static final String DATA_KEY_ERROR_STATUS

DATA_KEY_FAILED_TEST_COUNT

public static final String DATA_KEY_FAILED_TEST_COUNT

DATA_KEY_FAILED_TEST_RUN_COUNT

public static final String DATA_KEY_FAILED_TEST_RUN_COUNT

DATA_KEY_FETCH_BUILD_TIME_MILLIS

public static final String DATA_KEY_FETCH_BUILD_TIME_MILLIS

DATA_KEY_LOST_DEVICE_DETECTED

public static final String DATA_KEY_LOST_DEVICE_DETECTED

DATA_KEY_PASSED_TEST_COUNT

public static final String DATA_KEY_PASSED_TEST_COUNT

DATA_KEY_SETUP_TIME_MILLIS

public static final String DATA_KEY_SETUP_TIME_MILLIS

DATA_KEY_SUBPROCESS_COMMAND_ERROR

public static final String DATA_KEY_SUBPROCESS_COMMAND_ERROR

DATA_KEY_SUMMARY

public static final String DATA_KEY_SUMMARY

DATA_KEY_TOTAL_TEST_COUNT

public static final String DATA_KEY_TOTAL_TEST_COUNT

الطرق العامة

createEventBuilder

public static ClusterCommandEvent.Builder createEventBuilder ()

لإنشاء Builder أساسي

المرتجعات
ClusterCommandEvent.Builder Builder

createEventBuilder

public static ClusterCommandEvent.Builder createEventBuilder (ClusterCommand command)

لإنشاء Builder أساسي للClusterCommand المحدّد

المعلمات
command ClusterCommand

المرتجعات
ClusterCommandEvent.Builder Builder

getAttemptId

public String getAttemptId ()

المرتجعات
String

getCommandTaskId

public String getCommandTaskId ()

المرتجعات
String

getData

public  getData ()

المرتجعات

getDeviceSerials

public  getDeviceSerials ()

المرتجعات

getHostName

public String getHostName ()

المرتجعات
String

getInvocationStatus

public InvocationStatus getInvocationStatus ()

المرتجعات
InvocationStatus

getTimestamp

public long getTimestamp ()

المرتجعات
long

getType

public ClusterCommandEvent.Type getType ()

المرتجعات
ClusterCommandEvent.Type

toJSON

public JSONObject toJSON ()

المرتجعات
JSONObject

عمليات الرمي
JSONException

toString

public String toString ()

المرتجعات
String