QueryType
public
final
enum
QueryType
extends Enum<QueryType>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.google.android.tradefed.build.QueryType> | |
| ↳ | com.google.android.tradefed.build.QueryType | |
Launch control queries types.
Summary
Enum values | |
|---|---|
QueryType |
DECREMENT_TEST_COUNT
Requests launch control to decrement a given build's iteration count. |
QueryType |
GET_BUILD_DETAILS
Get build information for the provided build id. |
QueryType |
LATEST_GREEN_BUILD
Get the latest successful build that has not been tested. |
QueryType |
LATEST_WHITELISTED_CL
Get the latest white-listed build that has not been tested. |
QueryType |
NOTIFY_TEST_BUILD
Gets build information for the provided build, and tells launch-control to mark it as tested. |
QueryType |
QUERY_LATEST_BUILD
Gets the latest build, regardless of what has been previously tested. |
QueryType |
QUERY_LATEST_WHITELISTED_CL
Gets the latest white-listed build, regardless of what has been previously tested. |
QueryType |
RESET_TEST_BUILD
Requests launch control to remove given build from 'tested builds' set. |
Public methods | |
|---|---|
static
QueryType
|
valueOf(String name)
|
static
final
QueryType[]
|
values()
|
Enum values
DECREMENT_TEST_COUNT
public static final QueryType DECREMENT_TEST_COUNT
Requests launch control to decrement a given build's iteration count. Only supported by the Launch Control Proxy V2.
GET_BUILD_DETAILS
public static final QueryType GET_BUILD_DETAILS
Get build information for the provided build id.
LATEST_GREEN_BUILD
public static final QueryType LATEST_GREEN_BUILD
Get the latest successful build that has not been tested. Note: might be older than the last build tested!
LATEST_WHITELISTED_CL
public static final QueryType LATEST_WHITELISTED_CL
Get the latest white-listed build that has not been tested. Only supported by the Launch Control Proxy V2.
NOTIFY_TEST_BUILD
public static final QueryType NOTIFY_TEST_BUILD
Gets build information for the provided build, and tells launch-control to mark it as tested.
QUERY_LATEST_BUILD
public static final QueryType QUERY_LATEST_BUILD
Gets the latest build, regardless of what has been previously tested.
QUERY_LATEST_WHITELISTED_CL
public static final QueryType QUERY_LATEST_WHITELISTED_CL
Gets the latest white-listed build, regardless of what has been previously tested. Only supported by the Launch Control Proxy V2.
RESET_TEST_BUILD
public static final QueryType RESET_TEST_BUILD
Requests launch control to remove given build from 'tested builds' set.
Public methods
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 2026-06-22 UTC.