| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<CIAppTestEvent> |
CiVisibilityTestsApi.listCIAppTestEventsWithPagination()
Get a list of tests events.
|
PaginationIterable<CIAppTestEvent> |
CiVisibilityTestsApi.listCIAppTestEventsWithPagination(CiVisibilityTestsApi.ListCIAppTestEventsOptionalParameters parameters)
Get a list of tests events.
|
PaginationIterable<CIAppTestEvent> |
CiVisibilityTestsApi.searchCIAppTestEventsWithPagination()
Search tests events.
|
PaginationIterable<CIAppTestEvent> |
CiVisibilityTestsApi.searchCIAppTestEventsWithPagination(CiVisibilityTestsApi.SearchCIAppTestEventsOptionalParameters parameters)
Search tests events.
|
| Modifier and Type | Method and Description |
|---|---|
CIAppTestEvent |
CIAppTestEvent.attributes(CIAppEventAttributes attributes) |
CIAppTestEvent |
CIAppTestEvent.id(String id) |
CIAppTestEvent |
CIAppTestEvent.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CIAppTestEvent |
CIAppTestEvent.type(CIAppTestEventTypeName type) |
| Modifier and Type | Method and Description |
|---|---|
List<CIAppTestEvent> |
CIAppTestEventsResponse.getData()
Array of events matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
CIAppTestEventsResponse |
CIAppTestEventsResponse.addDataItem(CIAppTestEvent dataItem) |
| Modifier and Type | Method and Description |
|---|---|
CIAppTestEventsResponse |
CIAppTestEventsResponse.data(List<CIAppTestEvent> data) |
void |
CIAppTestEventsResponse.setData(List<CIAppTestEvent> data) |
Copyright © 2024. All rights reserved.