RustTestBase.Invocation
  protected
  
  
  
  class
  RustTestBase.Invocation
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.rust.RustTestBase.Invocation | 
Summary
| Fields | |
|---|---|
| 
    public
    
    
    String[] | command
 | 
| 
    public
    
    
     | env
 | 
| 
    public
    
    
    File | workingDir
 | 
| Public constructors | |
|---|---|
| 
      Invocation(String[] command,  | |
Fields
command
public String[] command
env
publicenv 
workingDir
public File workingDir
Public constructors
Invocation
public Invocation (String[] command, 
                 env, 
                File workingDir) | Parameters | |
|---|---|
| command | String | 
| env |  | 
| workingDir | File | 
