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