Stan Command w Cluster

public class ClusterCommandStatus
extends Object

java.lang.Object
com.android.tradefed.cluster.ClusterCommandStatus,


Klasa reprezentująca stan i przyczynę anulowania polecenia z klastra TF.

Podsumowanie

Konstruktory publiczne

ClusterCommandStatus(ClusterCommand.State state, String cancelReason)

Budowanie

Metody publiczne

String getCancelReason()
ClusterCommand.State getState()

Konstruktory publiczne

Stan Command w Cluster

public ClusterCommandStatus (ClusterCommand.State state, 
                String cancelReason)

Budowanie

Parametry
state ClusterCommand.State: stan polecenia.

cancelReason String: powód anulowania polecenia (jeśli został anulowany).

Metody publiczne

getAnulujReason

public String getCancelReason ()

Zwroty
String

getState

public ClusterCommand.State getState ()

Zwroty
ClusterCommand.State