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