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 |