WorkUnitType
public
final
enum
WorkUnitType
extends Enum<WorkUnitType>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.google.android.tradefed.result.teststorage.WorkUnitType> | |
| ↳ | com.google.android.tradefed.result.teststorage.WorkUnitType | |
Enum representing possible work unit types.
Summary
Enum values | |
|---|---|
WorkUnitType |
ATP_INVOCATION
|
WorkUnitType |
TFC_COMMAND
|
WorkUnitType |
TFC_COMMAND_TASK
|
WorkUnitType |
TF_INVOCATION
|
WorkUnitType |
TF_MODULE
|
WorkUnitType |
TF_TEST_RUN
|
Public methods | |
|---|---|
static
WorkUnitType
|
valueOf(String name)
|
static
final
WorkUnitType[]
|
values()
|
Enum values
Public methods
valueOf
public static WorkUnitType valueOf (String name)
| Parameters | |
|---|---|
name |
String |
| Returns | |
|---|---|
WorkUnitType |
|
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 2025-12-04 UTC.