| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsStep |
SyntheticsStep.allowFailure(Boolean allowFailure) |
SyntheticsStep |
SyntheticsStep.isCritical(Boolean isCritical) |
SyntheticsStep |
SyntheticsStep.name(String name) |
SyntheticsStep |
SyntheticsStep.noScreenshot(Boolean noScreenshot) |
SyntheticsStep |
SyntheticsStep.params(Object params) |
SyntheticsStep |
SyntheticsStep.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsStep |
SyntheticsStep.timeout(Long timeout) |
SyntheticsStep |
SyntheticsStep.type(SyntheticsStepType type) |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsStep> |
SyntheticsTestDetails.getSteps()
For browser test, the steps of the test.
|
List<SyntheticsStep> |
SyntheticsBrowserTest.getSteps()
Array of steps for the test.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestDetails |
SyntheticsTestDetails.addStepsItem(SyntheticsStep stepsItem) |
SyntheticsBrowserTest |
SyntheticsBrowserTest.addStepsItem(SyntheticsStep stepsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsTestDetails.setSteps(List<SyntheticsStep> steps) |
void |
SyntheticsBrowserTest.setSteps(List<SyntheticsStep> steps) |
SyntheticsTestDetails |
SyntheticsTestDetails.steps(List<SyntheticsStep> steps) |
SyntheticsBrowserTest |
SyntheticsBrowserTest.steps(List<SyntheticsStep> steps) |
Copyright © 2024. All rights reserved.