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 speziell benannter Schlüssel, den wir immer für den Aufruf füllen werden.
Zusammenfassung
Enum-Werte | |
---|---|
CurrentInvocation.InvocationInfo | WORK_FOLDER
|
Öffentliche Methoden | |
---|---|
String | toString () |
static CurrentInvocation.InvocationInfo | valueOf (String name) |
static final InvocationInfo[] | values () |
Enum-Werte
Ö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 |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-15 UTC.
[]
[]