ClusterCommand.RequestType

public static final enum ClusterCommand.RequestType
extends Enum<ClusterCommand.RequestType>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.cluster.ClusterCommand.RequestType>
     ↳ com.android.tradefed.cluster.ClusterCommand.RequestType


סיכום

ערכי enum

ClusterCommand.RequestType  MANAGED

בקשה מנוהלת: שורת הפקודה תפעל על ידי תהליך TF חדש. 

ClusterCommand.RequestType  UNMANAGED

בקשה לא מנוהלת: שורת הפקודה תפעל כפי שהיא על ידי תהליך TF הנוכחי. 

שיטות ציבוריות

static ClusterCommand.RequestType valueOf(String name)
static final RequestType[] values()

ערכי enum

מנוהל

public static final ClusterCommand.RequestType MANAGED

בקשה מנוהלת: שורת הפקודה תפעל על ידי תהליך TF חדש.

UNMANAGED

public static final ClusterCommand.RequestType UNMANAGED

בקשה לא מנוהלת: שורת הפקודה תפעל כפי שהיא על ידי תהליך TF הנוכחי.

שיטות ציבוריות

valueOf

public static ClusterCommand.RequestType valueOf (String name)

פרמטרים
name String

החזרות
ClusterCommand.RequestType

ערכים

public static final RequestType[] values ()

החזרות
RequestType[]