ClusterCommandEvent

public class ClusterCommandEvent
extends Object implements IClusterEvent

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


Yüklenecek küme komutu etkinliklerini kapsayan bir sınıf.

Özet

İç içe yerleştirilmiş sınıflar

class ClusterCommandEvent.Builder

 

Sabitler

int MAX_DATA_STRING_SIZE

Fields'ın oynadığı filmler

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

Herkese açık yöntemler

static ClusterCommandEvent.Builder createEventBuilder()

Bir temel Builder oluşturur.

static ClusterCommandEvent.Builder createEventBuilder(ClusterCommand command)

Belirtilen ClusterCommand için bir temel Builder oluşturur.

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

String toString()

Sabitler

MAX_DATA_STRING_SIZE

public static final int MAX_DATA_STRING_SIZE

Sabit Değer: 4095 (0x00000fff)

Fields'ın oynadığı filmler

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

Herkese açık yöntemler

createEventBuilder

public static ClusterCommandEvent.Builder createEventBuilder ()

Bir temel Builder oluşturur.

İlerlemeler
ClusterCommandEvent.Builder bir Builder.

createEventBuilder

public static ClusterCommandEvent.Builder createEventBuilder (ClusterCommand command)

Belirtilen ClusterCommand için bir temel Builder oluşturur.

Parametreler
command ClusterCommand

İlerlemeler
ClusterCommandEvent.Builder bir Builder.

getAttemptId

public String getAttemptId ()

İlerlemeler
String

getCommandTaskId

public String getCommandTaskId ()

İlerlemeler
String

getData

public  getData ()

İlerlemeler

getDeviceSerials

public  getDeviceSerials ()

İlerlemeler

getHostName

public String getHostName ()

İlerlemeler
String

getInvocationStatus

public InvocationStatus getInvocationStatus ()

İlerlemeler
InvocationStatus

getTimestamp

public long getTimestamp ()

İlerlemeler
long

getType

public ClusterCommandEvent.Type getType ()

İlerlemeler
ClusterCommandEvent.Type

toJSON

public JSONObject toJSON ()

İlerlemeler
JSONObject

Atışlar
JSONException

toString

public String toString ()

İlerlemeler
String