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


Özet

Enum değerleri

ClusterCommand.RequestType  MANAGED

Yönetilen istek: Komut satırı yeni bir TF işlemi tarafından çalıştırılır. 

ClusterCommand.RequestType  UNMANAGED

Yönetilmeyen istek: Komut satırı, mevcut TF işlemi tarafından olduğu gibi çalıştırılır. 

Herkese açık yöntemler

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

Enum değerleri

YÖNETİLDİ

public static final ClusterCommand.RequestType MANAGED

Yönetilen istek: Komut satırı yeni bir TF işlemi tarafından çalıştırılır.

YÖNETİLMEYEN

public static final ClusterCommand.RequestType UNMANAGED

Yönetilmeyen istek: Komut satırı, mevcut TF işlemi tarafından olduğu gibi çalıştırılır.

Herkese açık yöntemler

valueOf

public static ClusterCommand.RequestType valueOf (String name)

Parametreler
name String

İlerlemeler
ClusterCommand.RequestType

değerler

public static final RequestType[] values ()

İlerlemeler
RequestType[]