ClusterCommandStatus
public
class
ClusterCommandStatus
extends Object
java.lang.Object | |
🎞 | com.android.tradefed.cluster.ClusterCommandStatus |
Una classe che rappresenta lo stato e il motivo dell'annullamento per un comando da un cluster TF.
Riepilogo
Costruttori pubblici | |
---|---|
ClusterCommandStatus(ClusterCommand.State state, String cancelReason)
Costruire |
Metodi pubblici | |
---|---|
String
|
getCancelReason()
|
ClusterCommand.State
|
getState()
|
Costruttori pubblici
ClusterCommandStatus
public ClusterCommandStatus (ClusterCommand.State state, String cancelReason)
Costruire
Parametri | |
---|---|
state |
ClusterCommand.State : stato del comando. |
cancelReason |
String : motivo dell'annullamento del comando (se annullato). |
Metodi pubblici
getCancelReason
public String getCancelReason ()
Ritorni | |
---|---|
String |