ClusterCommandEvent.Type
  public
  static
  final
  
  enum
  ClusterCommandEvent.Type
  
  
  
  
    extends Enum<ClusterCommandEvent.Type>
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.cluster.ClusterCommandEvent.Type> | |
| ↳ | com.android.tradefed.cluster.ClusterCommandEvent.Type | |
Resumen
| Enum. de valores | |
|---|---|
| ClusterCommandEvent.Type | AllocationFailed
 | 
| ClusterCommandEvent.Type | ConfigurationError
 | 
| ClusterCommandEvent.Type | ExecuteFailed
 | 
| ClusterCommandEvent.Type | FetchFailed
 | 
| ClusterCommandEvent.Type | InvocationCompleted
 | 
| ClusterCommandEvent.Type | InvocationEnded
 | 
| ClusterCommandEvent.Type | InvocationFailed
 | 
| ClusterCommandEvent.Type | InvocationInitiated
 | 
| ClusterCommandEvent.Type | InvocationStarted
 | 
| ClusterCommandEvent.Type | TestEnded
 | 
| ClusterCommandEvent.Type | TestRunInProgress
 | 
| ClusterCommandEvent.Type | Unleased
 | 
| Métodos públicos | |
|---|---|
| 
        
        
        static
        
        
        ClusterCommandEvent.Type | 
      valueOf(String name)
       | 
| 
        
        
        static
        final
        
        Type[] | 
      values()
       | 
Enum. de valores
Métodos públicos
valueOf
public static ClusterCommandEvent.Type valueOf (String name)
| Parámetros | |
|---|---|
| name | String | 
| Muestra | |
|---|---|
| ClusterCommandEvent.Type | |
