| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestOptionsRetry |
SyntheticsTestOptionsRetry.count(Long count) |
SyntheticsTestOptionsRetry |
SyntheticsTestOptions.getRetry()
Object describing the retry strategy to apply to a Synthetic test.
|
SyntheticsTestOptionsRetry |
SyntheticsCITest.getRetry()
Object describing the retry strategy to apply to a Synthetic test.
|
SyntheticsTestOptionsRetry |
SyntheticsAPIStep.getRetry()
Object describing the retry strategy to apply to a Synthetic test.
|
SyntheticsTestOptionsRetry |
SyntheticsTestOptionsRetry.interval(Double interval) |
SyntheticsTestOptionsRetry |
SyntheticsTestOptionsRetry.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestOptions |
SyntheticsTestOptions.retry(SyntheticsTestOptionsRetry retry) |
SyntheticsCITest |
SyntheticsCITest.retry(SyntheticsTestOptionsRetry retry) |
SyntheticsAPIStep |
SyntheticsAPIStep.retry(SyntheticsTestOptionsRetry retry) |
void |
SyntheticsTestOptions.setRetry(SyntheticsTestOptionsRetry retry) |
void |
SyntheticsCITest.setRetry(SyntheticsTestOptionsRetry retry) |
void |
SyntheticsAPIStep.setRetry(SyntheticsTestOptionsRetry retry) |
Copyright © 2024. All rights reserved.