ClusterCommandStatus

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

Публичные конструкторы

ClusterCommandStatus

public ClusterCommandStatus (ClusterCommand.State state, 
                String cancelReason)

Построить

Параметры
state ClusterCommand.State : состояние команды.

cancelReason String : причина отмены команды (если отменена).

Публичные методы

getCancelReason

public String getCancelReason ()

Возвращает
String

получить состояние

public ClusterCommand.State getState ()

Возвращает
ClusterCommand.State