حالة ClusterCommandStatus

public class ClusterCommandStatus
extends Object

java.lang.Object
com.android.tradefed.cluster.ClusterCommandStatus


يشير ذلك المصطلح إلى فئة تمثّل الحالة وسبب إلغاء الأمر من مجموعة TF.

ملخّص

شركة إنشاءات عامة

ClusterCommandStatus(ClusterCommand.State state, String cancelReason)

إنشاء

الطرق العامة

String getCancelReason()
ClusterCommand.State getState()

شركة إنشاءات عامة

حالة ClusterCommandStatus

public ClusterCommandStatus (ClusterCommand.State state, 
                String cancelReason)

إنشاء

المعلمات
state ClusterCommand.State: حالة الأمر.

cancelReason String: إلغاء سبب الطلب (في حال الإلغاء)

الطرق العامة

الطريقة getCancelreason

public String getCancelReason ()

المرتجعات
String

getState

public ClusterCommand.State getState ()

المرتجعات
ClusterCommand.State