| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTriggerCITestsResponse |
SyntheticsApi.triggerCITests(SyntheticsCITestBody body)
Trigger tests from CI/CD pipelines.
|
CompletableFuture<SyntheticsTriggerCITestsResponse> |
SyntheticsApi.triggerCITestsAsync(SyntheticsCITestBody body)
Trigger tests from CI/CD pipelines.
|
ApiResponse<SyntheticsTriggerCITestsResponse> |
SyntheticsApi.triggerCITestsWithHttpInfo(SyntheticsCITestBody body)
Trigger a set of Synthetic tests for continuous integration.
|
CompletableFuture<ApiResponse<SyntheticsTriggerCITestsResponse>> |
SyntheticsApi.triggerCITestsWithHttpInfoAsync(SyntheticsCITestBody body)
Trigger tests from CI/CD pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsCITestBody |
SyntheticsCITestBody.addTestsItem(SyntheticsCITest testsItem) |
SyntheticsCITestBody |
SyntheticsCITestBody.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsCITestBody |
SyntheticsCITestBody.tests(List<SyntheticsCITest> tests) |
Copyright © 2024. All rights reserved.