| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<FlakyTest> |
TestOptimizationApi.searchFlakyTestsWithPagination()
Search flaky tests.
|
PaginationIterable<FlakyTest> |
TestOptimizationApi.searchFlakyTestsWithPagination(TestOptimizationApi.SearchFlakyTestsOptionalParameters parameters)
Search flaky tests.
|
| Modifier and Type | Method and Description |
|---|---|
FlakyTest |
FlakyTest.attributes(FlakyTestAttributes attributes) |
FlakyTest |
FlakyTest.id(String id) |
FlakyTest |
FlakyTest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FlakyTest |
FlakyTest.type(FlakyTestType type) |
| Modifier and Type | Method and Description |
|---|---|
List<FlakyTest> |
FlakyTestsSearchResponse.getData()
Array of flaky tests matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
FlakyTestsSearchResponse |
FlakyTestsSearchResponse.addDataItem(FlakyTest dataItem) |
| Modifier and Type | Method and Description |
|---|---|
FlakyTestsSearchResponse |
FlakyTestsSearchResponse.data(List<FlakyTest> data) |
void |
FlakyTestsSearchResponse.setData(List<FlakyTest> data) |
Copyright © 2026. All rights reserved.