クラスターコマンドステータス

public class ClusterCommandStatus
extends Object

java.lang.オブジェクト
com.android.tradefed.cluster.ClusterCommandStatus


TF クラスターからのコマンドの状態とキャンセル理由を表すクラス。

まとめ

パブリックコンストラクター

ClusterCommandStatus ( ClusterCommand.State state, String cancelReason)

構築する

パブリックメソッド

String getCancelReason ()
ClusterCommand.State getState ()

パブリックコンストラクター

クラスターコマンドステータス

public ClusterCommandStatus (ClusterCommand.State state, 
                String cancelReason)

構築する

パラメーター
state ClusterCommand.State : コマンドの状態。

cancelReason String : コマンドのキャンセル理由 (キャンセルされた場合)。

パブリックメソッド

getCancelReason

public String getCancelReason ()

戻り値
String

状態の取得

public ClusterCommand.State getState ()

戻り値
ClusterCommand.State