CurrentInvocation.InvocationInfo

public static final enum CurrentInvocation.InvocationInfo
extends Enum< CurrentInvocation.InvocationInfo >

java.lang.Object
java.lang.Enum< com.android.tradefed.invoker.logger.CurrentInvocation.InvocationInfo >
com.android.tradefed.invoker.logger.CurrentInvocation.InvocationInfo


Ein spezieller benannter Schlüssel, den wir immer für den Aufruf füllen.

Zusammenfassung

Enum-Werte

CurrentInvocation.InvocationInfo WORK_FOLDER

Öffentliche Methoden

String toString ()
static CurrentInvocation.InvocationInfo valueOf (String name)
static final InvocationInfo[] values ()

Enum-Werte

ARBEITSORDNER

public static final CurrentInvocation.InvocationInfo WORK_FOLDER

Öffentliche Methoden

toString

public String toString ()

Kehrt zurück
String

Wert von

public static CurrentInvocation.InvocationInfo valueOf (String name)

Parameter
name String

Kehrt zurück
CurrentInvocation.InvocationInfo

Werte

public static final InvocationInfo[] values ()

Kehrt zurück
InvocationInfo[]