ClusterCommandStatus

public class ClusterCommandStatus
extends Object

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


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

Podsumowanie

Konstruktory publiczne

ClusterCommandStatus(ClusterCommand.State state, String cancelReason)

Budowanie

Metody publiczne

String getCancelReason()
ClusterCommand.State getState()

Konstruktory publiczne

ClusterCommandStatus

public ClusterCommandStatus (ClusterCommand.State state, 
                String cancelReason)

Budowanie

Parametry
state ClusterCommand.State: stan polecenia.

cancelReason String: przyczyna anulowania polecenia (jeśli zostało anulowane).

Metody publiczne

getCancelReason

public String getCancelReason ()

Zwroty
String

getState

public ClusterCommand.State getState ()

Zwroty
ClusterCommand.State