ClusterCommandStatus

public class ClusterCommandStatus
extends Object

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


فئة تمثل الحالة وسبب الإلغاء لأمر من TF Cluster.

ملخص

المقاولين العامة

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