TestInvocation.RunMode

public static final enum TestInvocation.RunMode
extends Enum<TestInvocation.RunMode>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.invoker.TestInvocation.RunMode>
     ↳ com.android.tradefed.invoker.TestInvocation.RunMode


الوضع المختلف الذي يمكن أن يواجهه الطلب.

ملخّص

قيم التعداد

TestInvocation.RunMode  DELEGATED_INVOCATION

 

TestInvocation.RunMode  PARENT_SANDBOX

 

TestInvocation.RunMode  REGULAR

 

TestInvocation.RunMode  REMOTE_INVOCATION

 

TestInvocation.RunMode  SANDBOX

 

الطرق العامة

static TestInvocation.RunMode valueOf(String name)
static final RunMode[] values()

قيم التعداد

DELEGATED_INVOCATION

public static final TestInvocation.RunMode DELEGATED_INVOCATION

PARENT_SANDBOX

public static final TestInvocation.RunMode PARENT_SANDBOX

عادي

public static final TestInvocation.RunMode REGULAR

REMOTE_INVOCATION

public static final TestInvocation.RunMode REMOTE_INVOCATION

وضع الحماية

public static final TestInvocation.RunMode SANDBOX

الطرق العامة

valueOf

public static TestInvocation.RunMode valueOf (String name)

المعلمات
name String

المرتجعات
TestInvocation.RunMode

values

public static final RunMode[] values ()

المرتجعات
RunMode[]