TradefedFeatureClient
public
class
TradefedFeatureClient
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.service.TradefedFeatureClient
|
A grpc client to request feature execution from the server.
Summary
Public methods |
void
|
close()
|
FeatureResponse
|
triggerFeature(String featureName, args)
Request a feature to the main server to execute and return the response.
|
Public constructors
TradefedFeatureClient
public TradefedFeatureClient ()
Public methods
close
public void close ()
triggerFeature
public FeatureResponse triggerFeature (String featureName,
args)
Request a feature to the main server to execute and return the response.
Parameters |
featureName |
String : The name of the feature to trigger. |
args |
: The args to invoke the feature. |