TradeFedÖzellikİstemci
public class TradefedFeatureClient
extends Object
java.lang.Nesne | |
↳ | com.android.tradefed.service.TradefedFeatureClient |
Sunucudan özellik yürütme isteğinde bulunacak bir grpc istemcisi.
Özet
Kamu inşaatçıları | |
---|---|
TradefedFeatureClient () |
Genel yöntemler | |
---|---|
void | close () |
FeatureResponse | triggerFeature (String featureName, args) triggerFeature (String featureName, args) Yanıtı yürütmek ve döndürmek için ana sunucuya bir özellik isteyin. |
Kamu inşaatçıları
TradeFedÖzellikİstemci
public TradefedFeatureClient ()
Genel yöntemler
kapat
public void close ()
tetikleyiciÖzellik
public FeatureResponse triggerFeature (String featureName,args)
Yanıtı yürütmek ve döndürmek için ana sunucuya bir özellik isteyin.
parametreler | |
---|---|
featureName | String : tetiğe özelliğin adı. |
args |
İadeler | |
---|---|
FeatureResponse | Bir FeatureResponse . |