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