Статус команды кластера

public class ClusterCommandStatus
extends Object

java.lang.Объект
com.android.tradefed.cluster.ClusterCommandStatus


Класс, который представляет состояние и причину отмены команды из TF Cluster.

Краткое содержание

Общественные конструкторы

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

getState

public ClusterCommand.State getState ()

Возврат
ClusterCommand.State