get Test Containers
abstract suspend fun getTestContainers(@Query(value = "container"
Get a list of test containers. Returns the list of test containers. Responses:
200: A list of test containers.
400: The request cannot be fulfilled due to a problem.
500: The server encountered an unexpected error.
Return
Parameters
container
Allows restricting the search to parts of the test container hierarchy. You can use wildcards to match a specific subpackage. (default to "*")
test Outcomes
Allows restricting the search to tests that had at least one instance of the given outcome.
query
A query for filtering tests, written in the Develocity advanced search query language See: https://gradle.com/help/advanced-search
include
Controls which optional fields are included in the response. (optional)