| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAPIStep |
SyntheticsAPIStep.addAssertionsItem(SyntheticsAssertion assertionsItem) |
SyntheticsAPIStep |
SyntheticsAPIStep.addExtractedValuesItem(SyntheticsParsingOptions extractedValuesItem) |
SyntheticsAPIStep |
SyntheticsAPIStep.allowFailure(Boolean allowFailure) |
SyntheticsAPIStep |
SyntheticsAPIStep.assertions(List<SyntheticsAssertion> assertions) |
SyntheticsAPIStep |
SyntheticsAPIStep.extractedValues(List<SyntheticsParsingOptions> extractedValues) |
SyntheticsAPIStep |
SyntheticsAPIStep.isCritical(Boolean isCritical) |
SyntheticsAPIStep |
SyntheticsAPIStep.name(String name) |
SyntheticsAPIStep |
SyntheticsAPIStep.request(SyntheticsTestRequest request) |
SyntheticsAPIStep |
SyntheticsAPIStep.retry(SyntheticsTestOptionsRetry retry) |
SyntheticsAPIStep |
SyntheticsAPIStep.subtype(SyntheticsAPIStepSubtype subtype) |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsAPIStep> |
SyntheticsAPITestConfig.getSteps()
When the test subtype is
multi, the steps of the test. |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAPITestConfig |
SyntheticsAPITestConfig.addStepsItem(SyntheticsAPIStep stepsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsAPITestConfig.setSteps(List<SyntheticsAPIStep> steps) |
SyntheticsAPITestConfig |
SyntheticsAPITestConfig.steps(List<SyntheticsAPIStep> steps) |
Copyright © 2023. All rights reserved.