Cluster コマンドのステータス

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()

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

Cluster コマンドのステータス

public ClusterCommandStatus (ClusterCommand.State state, 
                String cancelReason)

構築

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

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

パブリック メソッド

getCancelReason

public String getCancelReason ()

戻り値
String

getState

public ClusterCommand.State getState ()

戻り値
ClusterCommand.State